Skip to content

Commit 99199f9

Browse files
committed
📚 Fix url (#1619)
1 parent 0a70881 commit 99199f9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/lib/components/UserProfile.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
<!-- See: -->
1818
<!-- https://svelte-5-ui-lib.codewithshin.com/components/avatar -->
1919
<div class=" flex flex-wrap justify-center space-x-4 rtl:space-x-reverse">
20-
<Avatar
21-
src="https://flowbite-svelte.com/images/examples/[email protected]"
22-
cornerStyle="rounded"
23-
size="xl"
24-
/>
20+
<Avatar dot={{}} cornerStyle="rounded" size="xl" />
2521
</div>
2622

2723
<Table noborder={true}>

0 commit comments

Comments
 (0)