mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
✨ Add new warning message
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user