diff --git a/src/lib/assets/info.svg b/src/lib/assets/info.svg new file mode 100644 index 0000000..255123c --- /dev/null +++ b/src/lib/assets/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index b115052..17416ba 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -7,6 +7,7 @@ import UserAvatar from "./UserAvatar.svelte"; import { onMount } from "svelte"; import InfoModal from "./InfoModal.svelte"; + import infoIcon from "$lib/assets/info.svg"; async function goHome() { goto("/"); } @@ -80,17 +81,15 @@ {/if} diff --git a/src/lib/components/UserAvatar.svelte b/src/lib/components/UserAvatar.svelte index f1b983d..72ca660 100644 --- a/src/lib/components/UserAvatar.svelte +++ b/src/lib/components/UserAvatar.svelte @@ -1,10 +1,29 @@ -
-
- {firstLetter} + diff --git a/src/routes/user/+page.svelte b/src/routes/user/+page.svelte new file mode 100644 index 0000000..a6fb07a --- /dev/null +++ b/src/routes/user/+page.svelte @@ -0,0 +1 @@ +

User Page