[site/theme][s]: remove webinars from nav for now as don't have due date.

This commit is contained in:
Rufus Pollock 2022-07-14 07:49:05 +02:00
parent 28e1d91a9b
commit 075ae21a12
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ const navLinks = [
{ href: '/claims', name: 'Claims' }, { href: '/claims', name: 'Claims' },
{ href: '/library', name: 'Library' }, { href: '/library', name: 'Library' },
{ href: '/all', name: 'Notes' }, { href: '/all', name: 'Notes' },
{ href: '/webinars', name: 'Webinars' },
{ href: '/contribute', name: 'Contribute' }, { href: '/contribute', name: 'Contribute' },
] ]