diff --git a/src/lib/elements/Modal.svelte b/src/lib/elements/Modal.svelte
new file mode 100644
index 0000000..8518faa
--- /dev/null
+++ b/src/lib/elements/Modal.svelte
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte
index 9aa2980..80e2edc 100644
--- a/src/routes/(app)/+layout.svelte
+++ b/src/routes/(app)/+layout.svelte
@@ -10,6 +10,7 @@
import { supabase } from '$lib/db/supabaseClient'
import { Toaster } from 'svelte-sonner'
import Icon from '@iconify/svelte'
+ import Modal from '$lib/elements/Modal.svelte'
//Import Mixpanel SDK
mixpanel.init(PUBLIC_MIX_TOKEN, {
@@ -19,6 +20,7 @@
})
let showSettings = false
+ let showAbout = false
const handleLogout = async () => {
await supabase.auth.signOut()
@@ -40,6 +42,21 @@
{/if}
+ {#if showAbout}
+
+
+
Paper Cost
+
+
Developer
+
+
Sheba Queue
+
Kawsar Ahmed
+
+880 1915983757
+
+
Version: 1.0.0
+
+
+ {/if}