mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
fix: platform text color
This commit is contained in:
parent
e7706f632c
commit
173cc77b05
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue