From e13dd96457378d4f7de8581a154f13b39db86e7e Mon Sep 17 00:00:00 2001 From: Guillaume Marcoux Date: Wed, 22 Nov 2023 20:29:31 -0500 Subject: [PATCH] feat: show vercel deploy permanent alert --- client/src/routes/+layout.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/routes/+layout.svelte b/client/src/routes/+layout.svelte index d2c164ef..dfae037a 100644 --- a/client/src/routes/+layout.svelte +++ b/client/src/routes/+layout.svelte @@ -7,6 +7,7 @@ import { SessionUserDataStore } from '$houdini'; import { setI18n } from '$i18n'; import LayoutAlert from '$lib/components/LayoutAlert/LayoutAlert.svelte'; + import { createLayoutAlert } from '$lib/components/LayoutAlert/helper'; import ToastManager from '$lib/components/ToastManager/ToastManager.svelte'; import HasJs from '$lib/components/head/HasJS.svelte'; import InitialTheme from '$lib/components/head/InitialTheme.svelte'; @@ -57,6 +58,7 @@
+