diff --git a/src/commands/add/misc/navbar/generators.ts b/src/commands/add/misc/navbar/generators.ts index e0bcb7a8..a4425232 100644 --- a/src/commands/add/misc/navbar/generators.ts +++ b/src/commands/add/misc/navbar/generators.ts @@ -189,7 +189,7 @@ type AdditionalLinks = { export const defaultLinks: SidebarLink[] = [ { href: "/dashboard", title: "Home", icon: HomeIcon },${ auth !== null - ? `\n { href: "/account", title: "Account", icon: Cog },` + ? `\n { href: "/account", title: "Account", icon: Globe },` : "" }${ componentLib === "shadcn-ui"