Skip to content

Commit

Permalink
fix: link size
Browse files Browse the repository at this point in the history
  • Loading branch information
jis3r committed Dec 8, 2024
1 parent 34329b0 commit 12bc3dc
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 @@ -155,7 +155,7 @@
href={member.linkedin}
target="_blank"
rel="noopener"
class="mt-1 text-sm text-muted-foreground transition-colors hover:text-foreground"
class="mt-1 w-fit text-sm text-muted-foreground transition-colors hover:text-foreground"
>
<Linkedin class="h-5 w-5" />
</a>
Expand Down

0 comments on commit 12bc3dc

Please sign in to comment.