diff --git a/app.config.ts b/app.config.ts index 1ff4720..362eacf 100644 --- a/app.config.ts +++ b/app.config.ts @@ -15,7 +15,7 @@ export default defineAppConfig({ }, notifications: { // Show toasts at the top right of the screen - position: 'top-0 bottom-auto' + position: 'top-0' }, icons: { /*dark: 'i-ph-moon-duotone', diff --git a/pages/index.vue b/pages/index.vue index 89ae571..70f42a6 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -67,6 +67,7 @@ const supabase = useSupabaseClient() const user = useSupabaseUser() +