enzostvs HF Staff commited on
Commit
b3229d0
·
1 Parent(s): 605e428

Update components/user-menu/index.tsx

Browse files
Files changed (1) hide show
  1. components/user-menu/index.tsx +1 -1
components/user-menu/index.tsx CHANGED
@@ -54,7 +54,7 @@ export function UserMenu() {
54
  });
55
  return;
56
  }
57
- const targetUrl = "https://huggingface.co/deepsite";
58
 
59
  let isOnTargetPage = false;
60
  if (typeof window !== "undefined") {
 
54
  });
55
  return;
56
  }
57
+ const targetUrl = "https://deepsite.hf.co";
58
 
59
  let isOnTargetPage = false;
60
  if (typeof window !== "undefined") {