From 3b576650f56a430697d52f3c4e4c85c17b334269 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:54:54 -0400 Subject: [PATCH] chore: darken teal color for readability --- src/components/Hero.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 1a9ad0c..d118bd6 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -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