Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
zimrick committed Nov 27, 2024
1 parent 65bac55 commit bc77da5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/SiteFooter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ export default function SiteFooter() {
<Link href="/reports" fontSize="xl" fontWeight={600}>
{"Reports"}
</Link>
<Link href="/blog" fontSize="xl" fontWeight={600}>
{"Blog"}
</Link>
<Link href="/about" fontSize="xl" fontWeight={600}>
{"About"}
</Link>
Expand All @@ -74,20 +71,20 @@ export default function SiteFooter() {
>
<HStack spacing={5} flex={1}>
<Link
href="/privacy-policy"
href="https://about.bnef.com/bnef-privacy-policy/"
fontSize="md"
fontWeight={600}
flex="none"
>
{"Privacy policy"}
</Link>
<Link
href="/terms-of-use"
href="/about/license"
fontSize="md"
fontWeight={600}
flex="none"
>
{"Terms of use"}
{"License"}
</Link>
</HStack>
<Text fontSize="md" flex="none">
Expand Down

0 comments on commit bc77da5

Please sign in to comment.