From f40d65484cbddd70daf10ab75d91a0349320b620 Mon Sep 17 00:00:00 2001 From: Tong Li Date: Mon, 16 Dec 2024 20:27:44 +1100 Subject: [PATCH] update hover color for links in footer (#507) --- src/app/components/Footer/Footer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/Footer/Footer.tsx b/src/app/components/Footer/Footer.tsx index 2eb0c728..14a05bc8 100644 --- a/src/app/components/Footer/Footer.tsx +++ b/src/app/components/Footer/Footer.tsx @@ -81,7 +81,7 @@ export const Footer: React.FC = () => { href={url} target="_blank" rel="noopener noreferrer" - className="transition-colors hover:text-primary" + className="transition-colors hover:text-secondary-main" > @@ -93,7 +93,7 @@ export const Footer: React.FC = () => { href="https://babylonlabs.io/terms-of-use" target="_blank" rel="noopener noreferrer" - className="transition-colors hover:text-primary" + className="transition-colors hover:text-secondary-main" > Terms of Use {" "} @@ -102,7 +102,7 @@ export const Footer: React.FC = () => { href="https://babylonlabs.io/privacy-policy" target="_blank" rel="noopener noreferrer" - className="transition-colors hover:text-primary" + className="transition-colors hover:text-secondary-main" > Privacy Policy {" "}