text without html
This commit is contained in:
parent
267d18e8b7
commit
d501bba891
@ -9,9 +9,9 @@ import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline';
|
|||||||
// Example navigation items
|
// Example navigation items
|
||||||
const navigationItems = [
|
const navigationItems = [
|
||||||
{ name: 'Home', href: '/' },
|
{ name: 'Home', href: '/' },
|
||||||
{ name: 'Features', href: '/features.html' },
|
{ name: 'Features', href: '/features' },
|
||||||
{ name: 'Usecases', href: '/usecases.html' },
|
{ name: 'Usecases', href: '/usecases' },
|
||||||
{ name: 'Community', href: '/community.html' },
|
{ name: 'Community', href: '/community' },
|
||||||
];
|
];
|
||||||
|
|
||||||
export function Header() {
|
export function Header() {
|
||||||
|
Loading…
Reference in New Issue
Block a user