Remove Home tab from navbar; brand logo links home

This commit is contained in:
2026-06-27 16:55:34 -05:00
parent 93e9e15451
commit b8153faec9
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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' },
+1 -1
View File
File diff suppressed because one or more lines are too long