feat(privacy): add Privacy Policy page (#61)#63
Merged
Conversation
Add the Privacy Policy page from the approved design: a PrivacyHero over a single-column legal layout (PrivacyBody) — numbered sections split by plain grey hairline dividers, no side nav, design typography (navy headings, #3b3f45 body, 1.7 line-height, blue links). Body copy is Code for Africa's data-protection policy in lib/privacy-content.ts, reusing the shared ContentBlocks/RichText primitives. Repoint the footer "Privacy policy" link from the external trustlab.africa URL to the internal /privacy-policy path.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
maquchizi
approved these changes
Jul 20, 2026
Render the footer copyright with new Date().getFullYear() instead of a hardcoded "2026", so it stays current. LEGAL now holds only the linked legal items.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Privacy Policy page from the approved design and wires it into the footer.
/privacy-policy—PrivacyHero(navy cover-photo hero) overPrivacyBody, a single-column legal layout: numbered sections separated by plain grey hairline dividers (no side nav, no blue accent bar), with the design's typography (navy#021d33headings,#3b3f45body, 1.7 line-height, blue links).ContentBlocks inlib/privacy-content.ts, reusing the sharedContentBlocks/RichTextprimitives (**bold**,[label](href)).trustlab.africaURL to the internal/privacy-policypathname (reusable across environments).Design notes
Screenshots
Testing
tsc --noEmitand biome pass/privacy-policy, footer link navigates to it, section anchors/dividers/typography match the designCloses #61