Skip to content

Commit

Permalink
Add style to SocialIcon in resume basics
Browse files Browse the repository at this point in the history
An additional className has been added to the SocialIcon component in
the resume/basics file. This class makes visual improvements by setting
the size and fill color to the SocialIcon, improving aesthetics on the
resume basics page.

Signed-off-by: Giovanni Ravalico <15946771+suddenlyGiovanni@users.noreply.github.com>
  • Loading branch information
suddenlyGiovanni committed May 21, 2024
1 parent 4e41c02 commit 9531e39
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 9531e39

Please sign in to comment.