From 173cc77b055a98e1761addbbc4d5949c4e2125b5 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 20 Mar 2024 07:59:34 -0400 Subject: [PATCH] fix: platform text color --- src/components/Hero.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 0203f4b..d70b972 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -142,8 +142,8 @@ export const Hero = () => { key={platform} className={`mx-4 ${ platform === OS - ? "text-xl font-bold" - : "" + ? "text-white text-xl font-bold" + : "text-white" }`} >