enzostvs HF Staff commited on
Commit
48835fe
·
1 Parent(s): f47501d

⚡ add base path deepsite

Browse files
Files changed (1) hide show
  1. components/user-menu/index.tsx +3 -1
components/user-menu/index.tsx CHANGED
@@ -45,7 +45,9 @@ export const UserMenu = ({ className }: { className?: string }) => {
45
  </DropdownMenuLabel>
46
  <DropdownMenuSeparator />
47
  <DropdownMenuGroup>
48
- <DropdownMenuItem onClick={() => (window.location.href = "/new")}>
 
 
49
  <CirclePlus className="size-4 text-neutral-100" />
50
  New Project
51
  </DropdownMenuItem>
 
45
  </DropdownMenuLabel>
46
  <DropdownMenuSeparator />
47
  <DropdownMenuGroup>
48
+ <DropdownMenuItem
49
+ onClick={() => (window.location.href = "/deepsite/new")}
50
+ >
51
  <CirclePlus className="size-4 text-neutral-100" />
52
  New Project
53
  </DropdownMenuItem>