Spaces:
Running
Running
Update components/user-menu/index.tsx
Browse files
components/user-menu/index.tsx
CHANGED
|
@@ -54,7 +54,7 @@ export function UserMenu() {
|
|
| 54 |
});
|
| 55 |
return;
|
| 56 |
}
|
| 57 |
-
const targetUrl = "https://
|
| 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") {
|