Skip to content

Commit

Permalink
chore: darken teal color for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Jul 16, 2024
1 parent d1f797d commit 3b57665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const Hero = () => {
href={`https://github.com/dathere/qsv-pro-releases/releases/download/${name}/${download[1]}`} // Replace with actual download path
className={`block lg:min-w-96 text-white font-bold py-2 px-4 rounded mt-4 ${
platform === OS
? " bg-teal-500 hover:bg-teal-700"
? " bg-teal-600 hover:bg-teal-700"
: " bg-blue-500 hover:bg-blue-700"
}`}
download
Expand Down

0 comments on commit 3b57665

Please sign in to comment.