Remove Home tab from navbar; brand logo links home
This commit is contained in:
@@ -5,7 +5,6 @@ import { usePathname, useRouter } from 'next/navigation';
|
|||||||
import { useEffect, useState } from 'react';
|
import { useEffect, useState } from 'react';
|
||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
{ href: '/', label: 'Home' },
|
|
||||||
{ href: '/rooms', label: 'Rooms' },
|
{ href: '/rooms', label: 'Rooms' },
|
||||||
{ href: '/coffee', label: 'Coffee' },
|
{ href: '/coffee', label: 'Coffee' },
|
||||||
{ href: '/landscape', label: 'Landscape' },
|
{ href: '/landscape', label: 'Landscape' },
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user