diff --git a/src/components/robocub/RoboTitle.astro b/src/components/robocub/RoboTitle.astro index 408d6c5..e502d5f 100644 --- a/src/components/robocub/RoboTitle.astro +++ b/src/components/robocub/RoboTitle.astro @@ -11,7 +11,7 @@ import roboLogo from "../../images/roboLogo.png";
- Triton RoboCup Team Logo + Triton RoboCup Team Logo

Robocup

diff --git a/src/pages/projects/robocup.astro b/src/pages/projects/robocup.astro index 1b8a408..6b474f5 100644 --- a/src/pages/projects/robocup.astro +++ b/src/pages/projects/robocup.astro @@ -38,7 +38,7 @@ import roboLinks from "../../data/roboLinks.json"; data-inview href={roboLink.link} target="_blank" - className={`in-view:animate-fade-down animate-de animate-delay-${roboLink.delay} w-[30%] text-center z-10 cursor-pointer px-[2%] py-[1%] md:text-[1.2vw] text-[2vw] border-[0.1vw] border-white rounded-[0.5vw] hover:bg-ieee-yellow/80 duration-300 font-light`} + className={`hover:font-semibold in-view:animate-fade-down animate-de animate-delay-${roboLink.delay} w-[30%] text-center z-10 cursor-pointer px-[2%] py-[1%] md:text-[1.2vw] text-[2vw] border-[0.1vw] border-white rounded-[0.5vw] hover:bg-ieee-yellow/80 duration-300 font-light`} > {roboLink.text}