From 1b3e8507e34e1852ebbf9d11b703b4dc5bdea797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Alan=20Guti=C3=A9rrez=20Cruz?= <33694882+jagcruz@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:47:13 -0300 Subject: [PATCH] fix: update web link button for side projects --- src/components/BubbleAvatar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BubbleAvatar.astro b/src/components/BubbleAvatar.astro index ea43c54..dbd97cc 100644 --- a/src/components/BubbleAvatar.astro +++ b/src/components/BubbleAvatar.astro @@ -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)" /> )