Skip to content

Commit

Permalink
feat: ajust link component footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Jan 9, 2025
1 parent 7505536 commit 70f2700
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions next/components/molecules/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,14 @@ function SocialLink({ href, icon }) {
}

function FooterLink(props) {
const router = useRouter();
const { locale } = router;

return (
<Link
fontFamily="ubuntu"
fontWeight="400"
letterSpacing="0.3px"
color="#FFF"
target="_blank"
href={`${props.href}`}
href={props.href}
{...props}
/>
)
Expand Down

0 comments on commit 70f2700

Please sign in to comment.