Skip to content

Commit

Permalink
feat: add new text styling to footer anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Feb 22, 2024
1 parent b533d8d commit 1db4004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/footer/Anchor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Props = {

const Anchor = (props: Props) => {
return (
<Link href={ props.href } target={ props.target } className="switch-text-color capitalize hover:text-electric-pink">
<Link href={ props.href } target={ props.target } className="capitalize hover:text-azure">
<span>{ props.icon }</span>
{ props.text }
</Link>
Expand Down

0 comments on commit 1db4004

Please sign in to comment.