chore: lint, update readme
This commit is contained in:
parent
0940b7076a
commit
cf570be96e
23 changed files with 102 additions and 110 deletions
|
@ -33,7 +33,7 @@ const socialLinks: SocialLink[] = [
|
|||
---
|
||||
|
||||
<div
|
||||
class="overflow-hidden rounded-xl border p-4 transition-colors duration-300 ease-in-out has-[a:hover]:bg-secondary/50"
|
||||
class="has-[a:hover]:bg-secondary/50 overflow-hidden rounded-xl border p-4 transition-colors duration-300 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-wrap gap-4">
|
||||
<Link
|
||||
|
@ -48,7 +48,7 @@ const socialLinks: SocialLink[] = [
|
|||
className={cn(
|
||||
'size-32 rounded-md',
|
||||
!linkDisabled &&
|
||||
'transition-shadow duration-300 hover:cursor-pointer hover:ring-2 hover:ring-primary',
|
||||
'hover:ring-primary transition-shadow duration-300 hover:cursor-pointer hover:ring-2',
|
||||
)}
|
||||
/>
|
||||
</Link>
|
||||
|
@ -58,11 +58,11 @@ const socialLinks: SocialLink[] = [
|
|||
<h3 class="text-lg font-semibold">{name}</h3>
|
||||
{
|
||||
pronouns && (
|
||||
<span class="text-sm text-muted-foreground">({pronouns})</span>
|
||||
<span class="text-muted-foreground text-sm">({pronouns})</span>
|
||||
)
|
||||
}
|
||||
</div>
|
||||
<p class="text-sm text-muted-foreground">{bio}</p>
|
||||
<p class="text-muted-foreground text-sm">{bio}</p>
|
||||
</div>
|
||||
<SocialIcons links={socialLinks} />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue