Skip to content

Commit

Permalink
Apps Wev/ Add style to SocialIcon in resume basics (#894)
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Ravalico <15946771+suddenlyGiovanni@users.noreply.github.com>
  • Loading branch information
suddenlyGiovanni committed May 21, 2024
1 parent 4e41c02 commit ac91b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/app/routes/resume/basics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ function Contacts({ email, location, phone, profiles, url }: ContactsProps): Rea
{profiles.map(profile => (
<li className={addressClasses.li} key={profile.network}>
<SocialIcon
className={clsx('size-5 fill-foreground')}
aria-label={`${profile.network} icon`}
network={profile.network.toLowerCase()}
/>
Expand Down

0 comments on commit ac91b9a

Please sign in to comment.