From 7e1ea6a630c665271bba13303a88848f6e390905 Mon Sep 17 00:00:00 2001 From: cubap Date: Tue, 10 Mar 2026 13:12:16 -0500 Subject: [PATCH] Add Privacy link to site footer Include a Privacy link in the footer navigation (components/gui/site/Footer.js) pointing to https://three.t-pen.org/privacy so users can access the privacy page from the site footer. --- components/gui/site/Footer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/gui/site/Footer.js b/components/gui/site/Footer.js index 7f06c2d8..768e3e4c 100644 --- a/components/gui/site/Footer.js +++ b/components/gui/site/Footer.js @@ -6,6 +6,7 @@ class TpenFooter extends HTMLElement { { href: '/index', text: 'Home' }, { href: '/account', text: 'Account' }, { href: '/about', text: 'About Us' }, + { href: 'https://three.t-pen.org/privacy', text: 'Privacy' }, ] version = '3.0.1a'