Skip to content

Commit

Permalink
aded target prop to about us a tag in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-martinez-1 committed Nov 6, 2023
1 parent fb86382 commit b16944b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ui/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ const Footer = () => {
>
FAQ
</Link>
<Link component={RouterLink} to="/about-us" variant="whiteText">
<Link
component={RouterLink}
to="/about-us"
variant="whiteText"
rel="noopener noreferrer"
target={linkTarget}
>
About Us
</Link>
<Link
Expand Down

0 comments on commit b16944b

Please sign in to comment.