Restyle vox-people button

This commit is contained in:
nemunaire 2023-01-11 15:23:57 +01:00
parent b52a25f90c
commit 2fe7be0e5b

View File

@ -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:{}}};
</script>