diff --git a/components/site-footer.tsx b/components/site-footer.tsx index 4b37775..388c6c9 100644 --- a/components/site-footer.tsx +++ b/components/site-footer.tsx @@ -75,8 +75,20 @@ export function SiteFooter() {
-

Privacy Policy

-

Terms of use

+ +

Privacy Policy

+
+ +

Terms of use

+

Last updated June 8, 2023

diff --git a/config/site.ts b/config/site.ts index 22c6dac..cc94a1a 100644 --- a/config/site.ts +++ b/config/site.ts @@ -21,5 +21,7 @@ export const siteConfig = { discord: "https://discord.com/invite/sF5CT5rzrR", articles: "https://mirror.xyz/privacy-scaling-explorations.eth", jobs: "https://jobs.lever.co/ethereumfoundation/?department=Ethereum%20Foundation&team=Privacy%20and%20Scaling%20Explorations", + termOfUse: "https://ethereum.org/en/terms-of-use/", + privacyPolicy: "https://ethereum.org/en/privacy-policy/", }, }