mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 21: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}
|
||||
className={`mx-4 ${
|
||||
platform === OS
|
||||
? "text-xl font-bold"
|
||||
: ""
|
||||
? "text-white text-xl font-bold"
|
||||
: "text-white"
|
||||
}`}
|
||||
>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue