⚙️ Update icons alias & create raycast warning message

This commit is contained in:
pheralb
2024-08-26 16:50:17 +01:00
parent 008d072510
commit 0754f3e0dd
5 changed files with 132 additions and 16 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
// Layout:
import Navbar from '@/components/navbar.svelte';
import WarningNewApi from '@/components/warningNewApi.svelte';
import WarningRaycast from '@/components/warningRaycast.svelte';
</script>
<ModeWatcher />
@@ -88,7 +88,7 @@
</aside>
<div class="ml-0 md:ml-56 pb-6">
<Warning />
<WarningNewApi />
<WarningRaycast />
<Transition pathname={data.pathname}>
<slot />
</Transition>