diff --git a/components/gui/site/Footer.js b/components/gui/site/Footer.js index e45b9899..522250ff 100644 --- a/components/gui/site/Footer.js +++ b/components/gui/site/Footer.js @@ -5,7 +5,6 @@ class TpenFooter extends HTMLElement { links = [ { href: '/index', text: 'Home' }, { href: '/account', text: 'Account' }, - { href: '/contact', text: 'Contact' }, { href: '/about', text: 'About Us' }, ]