diff --git a/src/components/warningRaycast.svelte b/src/components/warningRaycast.svelte deleted file mode 100644 index e82f11e..0000000 --- a/src/components/warningRaycast.svelte +++ /dev/null @@ -1,49 +0,0 @@ - - -{#if !warning && !initialValue} -
-
- -

- Update your Raycast extension to the latest version to use the new SVGL API. -

-
-
- - - How to update - - - -
-
-{/if} diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index b593a9c..8ee90e2 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -30,7 +30,6 @@ // Layout: import Navbar from '@/components/navbar.svelte'; - import WarningRaycast from '@/components/warningRaycast.svelte'; @@ -88,7 +87,6 @@
-