Skip to content

Commit d08f48b

Browse files
committed
Sidebar header improvements
1 parent 574153d commit d08f48b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/components/ui/app-sidebar.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ import {
2525
} from "@/components/ui/sidebar";
2626
import { useSidebar } from "@/hooks/use-sidebar-tab";
2727
import { UserButton } from "@clerk/nextjs";
28+
import { Icons } from "./icons";
29+
import {Separator} from "./separator";
2830

2931
const items = [
3032
{
@@ -58,6 +60,12 @@ export function AppSidebar() {
5860
<SidebarGroup>
5961
<SidebarGroupLabel className="mb-10">
6062
<UserButton />
63+
<Separator orientation="vertical" className="ml-3 bg-primary/10" />
64+
<div className="flex justify-end ml-3 items-center">
65+
<span className="font-bold text-lg text-gray-900 mr-2">LockScript Vault</span>
66+
67+
<Icons.logo className="h-5 w-5" />
68+
</div>
6169
</SidebarGroupLabel>
6270
<SidebarGroupContent>
6371
<SidebarMenu>

0 commit comments

Comments
 (0)