Update mobile drawer profile link

cgen-1bd6e8433cf6442d8b6dae43a9acb1a6
This commit is contained in:
Builder.io 2025-10-14 04:30:39 +00:00
parent 847b12841e
commit 56faf27c7d

View file

@ -177,11 +177,20 @@ export default function CodeLayout({ children }: LayoutProps) {
</SheetClose>
<SheetClose asChild>
<Link
to="/profile/me"
to="/profile"
onClick={scrollToTop}
className="block rounded-lg border border-border/50 px-3 py-2 text-sm font-medium text-muted-foreground transition-colors hover:border-aethex-400/40 hover:text-aethex-200"
>
Manage Profile
View Profile
</Link>
</SheetClose>
<SheetClose asChild>
<Link
to="/dashboard?tab=profile#settings"
onClick={scrollToTop}
className="block rounded-lg border border-border/50 px-3 py-2 text-sm font-medium text-muted-foreground transition-colors hover:border-aethex-400/40 hover:text-aethex-200"
>
Account Settings
</Link>
</SheetClose>
<SheetClose asChild>