From ec0f84cf63f387efb046476b77393f77e25dece9 Mon Sep 17 00:00:00 2001 From: Sopheary Rin <104388521+sophearyrin-dev@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:35:34 -0500 Subject: [PATCH] The icon profile does not load properly after login The icon profile does not load properly. I found the bug in code with wrong image extension. It should be jpg , not png. --- src/lib/components/navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/navbar.svelte b/src/lib/components/navbar.svelte index 34129a5..b1f7227 100644 --- a/src/lib/components/navbar.svelte +++ b/src/lib/components/navbar.svelte @@ -69,7 +69,7 @@ {#if $user}

{$user.username}

- profile + profile
{:else}