Skip to content

Commit

Permalink
fix: remove class on avatar image
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed May 4, 2024
1 parent e53107e commit 5d61192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<div class="mx-auto max-w-[65ch]">
<div class="flex items-center md:flex">
<Avatar class="h-24 w-24 border-2 border-[#f3d03e]">
<AvatarImage class="h-20 w-20" src="https://github.com/jouwdan.png" />
<AvatarImage src="https://github.com/jouwdan.png" />
<AvatarFallback class="text-8xl">JH</AvatarFallback>
</Avatar>
<div class="ml-8 flex-1">
Expand Down

0 comments on commit 5d61192

Please sign in to comment.