Add new warning message

This commit is contained in:
pheralb
2024-08-20 19:28:48 +01:00
parent bcc2d48bf6
commit 35f1f7d744
2 changed files with 46 additions and 0 deletions
+2
View File
@@ -30,6 +30,7 @@
// Layout:
import Navbar from '@/components/navbar.svelte';
import WarningNewApi from '@/components/warningNewApi.svelte';
</script>
<ModeWatcher />
@@ -87,6 +88,7 @@
</aside>
<div class="ml-0 md:ml-56 pb-6">
<Warning />
<WarningNewApi />
<Transition pathname={data.pathname}>
<slot />
</Transition>