diff --git a/src/components/Dashboard.svelte b/src/components/Dashboard.svelte index f9a7bada..8e79cc8b 100644 --- a/src/components/Dashboard.svelte +++ b/src/components/Dashboard.svelte @@ -1,303 +1,257 @@ -
- - +
+ + + + + + + Profile Picture + +
+ +
{ + navOpen = false; + }}> + +

Dashboard - hello there 👋

-
- --> -
- -
-
-
- +
+ +
@@ -312,7 +266,6 @@
-
@@ -354,11 +307,18 @@
-
- +
+ - - + + +
{ + navOpen = false; + }} + class:hidden={!navOpen} + class="fixed inset-0 z-10 w-screen h-screen bg-black bg-opacity-25 md:hidden" /> +