[hotfix] remove hardcode link
This commit is contained in:
parent
c92244c63a
commit
0f42c8bb95
|
@ -77,7 +77,7 @@ export const ProfileSettingsPage = () => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const [hostname, setHostname] = createSignal('new.discours.io')
|
const [hostname, setHostname] = createSignal<string | null>(null)
|
||||||
onMount(() => setHostname(window?.location.host))
|
onMount(() => setHostname(window?.location.host))
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user