We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a70881 commit 99199f9Copy full SHA for 99199f9
src/lib/components/UserProfile.svelte
@@ -17,11 +17,7 @@
17
<!-- See: -->
18
<!-- https://svelte-5-ui-lib.codewithshin.com/components/avatar -->
19
<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
- />
+ <Avatar dot={{}} cornerStyle="rounded" size="xl" />
25
</div>
26
27
<Table noborder={true}>
0 commit comments