Skip to content

Commit 8b7f2b5

Browse files
authored
Add Privacy link to site footer (#507)
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.
1 parent 52670e7 commit 8b7f2b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/gui/site/Footer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class TpenFooter extends HTMLElement {
66
{ href: '/index', text: 'Home' },
77
{ href: '/account', text: 'Account' },
88
{ href: '/about', text: 'About Us' },
9+
{ href: 'https://three.t-pen.org/privacy', text: 'Privacy' },
910
]
1011

1112
version = '3.0.1a'

0 commit comments

Comments
 (0)