Skip to content

Commit

Permalink
update hover color for links in footer (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertong authored Dec 16, 2024
1 parent 7856d71 commit f40d654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<Icon title={name} />
</a>
Expand All @@ -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
</a>{" "}
Expand All @@ -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
</a>{" "}
Expand Down

0 comments on commit f40d654

Please sign in to comment.