diff --git a/src/lib/layout/unauthenticated.svelte b/src/lib/layout/unauthenticated.svelte index 9d1afcb2b3..e48f9e6e60 100644 --- a/src/lib/layout/unauthenticated.svelte +++ b/src/lib/layout/unauthenticated.svelte @@ -10,6 +10,7 @@ import type { Campaign } from '$lib/stores/campaigns'; import { Typography, Layout, Avatar } from '@appwrite.io/pink-svelte'; import { getCampaignImageUrl } from '$routes/(public)/card/helpers'; + import { isSmallViewport } from '$lib/stores/viewport'; export const imgLight = LoginLight; export const imgDark = LoginDark; @@ -44,7 +45,7 @@
@@ -159,7 +160,6 @@
-