Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
MCSS-66: Add Privacy Policy Page (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonytedja authored Dec 20, 2023
1 parent a87e20d commit 9924a6f
Show file tree
Hide file tree
Showing 5 changed files with 465 additions and 25 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
// Spell checker
"cSpell.words": [
"Brevo",
"clickaway",
"deerhacks",
"DeerHacks",
Expand Down
22 changes: 10 additions & 12 deletions components/Shared/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,17 @@ const Footer = () => {
</Link>
</Tooltip>
{toggles.dashboard && (
<>
<Tooltip title="Terms & Conditions" placement="top">
<Link href="/terms" component={NextLink}>
Terms & Conditions
</Link>
</Tooltip>
<Tooltip title="Privacy Policy" placement="top">
<Link href="/privacy" component={NextLink}>
Privacy Policy
</Link>
</Tooltip>
</>
<Tooltip title="Terms & Conditions" placement="top">
<Link href="/terms" component={NextLink}>
Terms & Conditions
</Link>
</Tooltip>
)}
<Tooltip title="Privacy Policy" placement="top">
<Link href="/privacy" component={NextLink}>
Privacy Policy
</Link>
</Tooltip>
{toggles.mlh && (
<Tooltip title="Code of Conduct" placement="top">
<Link rel="noopener" href="https://mlh.io/code-of-conduct">
Expand Down
Loading

0 comments on commit 9924a6f

Please sign in to comment.