remove contact page
This commit is contained in:
parent
2c8c4690ff
commit
ea42648b2a
4 changed files with 1 additions and 445 deletions
|
|
@ -46,7 +46,6 @@ const footerLinkColumns: FooterLink[][] = [
|
|||
label: 'Donate',
|
||||
linkAttributes: donateLinkAttributes,
|
||||
},
|
||||
{ kind: 'route', label: 'Contact', to: '/contact' },
|
||||
],
|
||||
]
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue