Merge branch 'development' of https://git.ourworld.tf/ourworld_web/ourverse_new into development
This commit is contained in:
commit
05277a28c2
@ -9,9 +9,9 @@ import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline';
|
||||
// Example navigation items
|
||||
const navigationItems = [
|
||||
{ name: 'Home', href: '/' },
|
||||
{ name: 'Features', href: 'features' },
|
||||
{ name: 'Usecases', href: 'usecases' },
|
||||
{ name: 'Community', href: 'community' },
|
||||
{ name: 'Features', href: '/features' },
|
||||
{ name: 'Usecases', href: '/usecases' },
|
||||
{ name: 'Community', href: '/community' },
|
||||
];
|
||||
|
||||
export function Header() {
|
||||
|
Loading…
Reference in New Issue
Block a user