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';
|
||||
|
||||
const links = [
|
||||
{ href: '/', label: 'Home' },
|
||||
{ href: '/rooms', label: 'Rooms' },
|
||||
{ href: '/coffee', label: 'Coffee' },
|
||||
{ href: '/landscape', label: 'Landscape' },
|
||||
|
||||
Reference in New Issue
Block a user