Feature: credentials page & vaultwarden compose setup (#3534)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
GearIcon,
|
||||
LightningBoltIcon,
|
||||
} from "@radix-ui/react-icons";
|
||||
import { KeyIcon } from "@/components/icons/KeyIcon.tsx";
|
||||
|
||||
function SideNav() {
|
||||
const { collapsed } = useSidebarStore();
|
||||
@@ -45,6 +46,11 @@ function SideNav() {
|
||||
to: "/settings",
|
||||
icon: <GearIcon className="size-6" />,
|
||||
},
|
||||
{
|
||||
label: "Credentials",
|
||||
to: "/credentials",
|
||||
icon: <KeyIcon className="size-6" />,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user