Skip to content

Commit

Permalink
fix footer links as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ben9583 committed Sep 26, 2023
1 parent 108791b commit 3a9fbf9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Text, Flex } from "@chakra-ui/react"
import FullWidthBox from "~/components/FullWidthBox"
import Link from "~/components/InternalLink"

const Footer = () => {
return (
Expand All @@ -12,16 +11,12 @@ const Footer = () => {
gap={8}
>
<Flex flexDirection="column" gap={2}>
<Link to="https://ocf.io/donate">Donate to the OCF</Link>
<Link to="https://www.ocf.berkeley.edu/~staff/bod/">
<a href="https://ocf.io/donate">Donate to the OCF</a>
<a href="https://www.ocf.berkeley.edu/~staff/bod/">
Board Meeting Minutes
</Link>
<Link to="https://www.ocf.berkeley.edu/docs/docs/">
Official Documents
</Link>
<Link to="https://www.ocf.berkeley.edu/docs/privacy/">
Privacy Policy
</Link>
</a>
<a href="/docs/">Official Documents</a>
<a href="/docs/privacy/">Privacy Policy</a>
</Flex>
<Flex
direction="column"
Expand Down

0 comments on commit 3a9fbf9

Please sign in to comment.