Skip to content

Commit bea6565

Browse files
committed
requested changes done
1 parent daf56d8 commit bea6565

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • platforms/metagram/src/routes/(protected)/settings

platforms/metagram/src/routes/(protected)/settings/+page.svelte

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@
1010
import { HugeiconsIcon } from '@hugeicons/svelte';
1111
1212
let route = $derived(page.url.pathname);
13-
1413
let username: string = $state('_.ananyayaya._');
1514
let userEmail: string = $state('ananya@auvo.io');
15+
let userImage: string = $state('https://picsum.photos/200/300');
1616
</script>
1717

1818
<div class="bg-grey rounded-xl p-3 md:p-5">
19-
<SettingsNavigationButton
20-
onclick={() => goto(`/settings/account`)}
21-
profileSrc="https://picsum.photos/200/300"
22-
>
19+
<SettingsNavigationButton onclick={() => goto(`/settings/account`)} profileSrc={userImage}>
2320
{#snippet children()}
2421
<div class="flex flex-col items-start">
2522
<h2 class="text-lg">{username}</h2>

0 commit comments

Comments
 (0)