From a7d2640dac5565187b9857866d5bdcc270d0fd07 Mon Sep 17 00:00:00 2001 From: pheralb Date: Wed, 4 Sep 2024 11:22:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=AB=A1=20Delete=20raycast=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/warningRaycast.svelte | 49 ---------------------------- src/routes/+layout.svelte | 2 -- 2 files changed, 51 deletions(-) delete mode 100644 src/components/warningRaycast.svelte 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 @@
-