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 {" "}