From 2fe7be0e5b05296272111baaaf36d3e3d30cc4b1 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 11 Jan 2023 15:23:57 +0100 Subject: [PATCH] Restyle vox-people button --- ui/src/lib/components/VoxPeople.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/lib/components/VoxPeople.svelte b/ui/src/lib/components/VoxPeople.svelte index e8b3ad7..9fcecee 100644 --- a/ui/src/lib/components/VoxPeople.svelte +++ b/ui/src/lib/components/VoxPeople.svelte @@ -8,7 +8,7 @@ import { userSession } from '$lib/stores/usersession'; import { t, locale } from '$lib/translations'; - const instancename = ""; + const instancename = encodeURIComponent(window.location.hostname); const router = {history:{current:{}}};