Skip to content

Commit

Permalink
fix: update web link button for side projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jagcruz committed Oct 18, 2024
1 parent 9a58edc commit 1b3e850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BubbleAvatar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const { imageSrc, altText, linkedinLink, githubLink, webLink } = Astro.props;
label="Web"
icon="socials/website"
shadow="green"
bgColor="var(--github-color)"
bgColor="var(--cinnabar-color)"
textColor="var(--text-color)"
/>
)
Expand Down

0 comments on commit 1b3e850

Please sign in to comment.