remove contact page

This commit is contained in:
Yisroel Baum 2026-07-03 15:27:47 +03:00
parent 2c8c4690ff
commit ea42648b2a
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
4 changed files with 1 additions and 445 deletions

View file

@ -46,7 +46,6 @@ const footerLinkColumns: FooterLink[][] = [
label: 'Donate',
linkAttributes: donateLinkAttributes,
},
{ kind: 'route', label: 'Contact', to: '/contact' },
],
]
</script>

View file

@ -37,7 +37,6 @@ async function handleLogout(): Promise<void> {
const navItems: InternalHeaderNavItem[] = [
{ label: 'Torah Media', href: '/media', icon: '▶' },
{ label: 'About', href: '/about', icon: 'ⓘ' },
{ label: 'Contact', href: '/contact', icon: '➤' },
]
const donateNavItem: HeaderNavItem = {