disclaimer message

This commit is contained in:
vcoppe
2024-07-15 13:19:56 +02:00
parent d09d2ced04
commit a85beee1f0
15 changed files with 236 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
import { page } from '$app/stores';
import { languages } from '$lib/languages';
import { getURLForLanguage } from '$lib/utils';
import Welcome from '$lib/components/Welcome.svelte';
const {
verticalFileView,
@@ -99,6 +100,7 @@
<Resizer orientation="col" bind:after={$rightPanelSize} minAfter={100} maxAfter={400} />
<FileList orientation="vertical" recursive={true} style="width: {$rightPanelSize}px" />
{/if}
<Welcome />
</div>
<!-- hidden links for svelte crawling -->