🐛 Fixed navbar #11

This commit is contained in:
Mawoka
2022-04-09 09:30:19 +02:00
parent 67851f0cca
commit 411064967f
14 changed files with 479 additions and 441 deletions
+3
View File
@@ -16,6 +16,9 @@
<script lang="ts">
import { getLocalization } from '$lib/i18n';
import { navbarVisible } from '$lib/stores';
navbarVisible.set(true);
const { t } = getLocalization();
let url_input = '';