fix: platform text color

This commit is contained in:
rzmk 2024-03-20 07:59:34 -04:00
parent e7706f632c
commit 173cc77b05
No known key found for this signature in database

View file

@ -142,8 +142,8 @@ export const Hero = () => {
key={platform} key={platform}
className={`mx-4 ${ className={`mx-4 ${
platform === OS platform === OS
? "text-xl font-bold" ? "text-white text-xl font-bold"
: "" : "text-white"
}`} }`}
> >
<p> <p>