chore: remove countdown from navbar

This commit is contained in:
jinhojang6 2024-11-04 23:43:09 +09:00
parent dbd843e3f6
commit 766a928210
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8

View File

@ -14,10 +14,10 @@ interface NavItem {
} }
export const navItems: NavItem[] = [ export const navItems: NavItem[] = [
{ // {
label: 'Countdown', // label: 'Countdown',
href: '/countdown', // href: '/countdown',
}, // },
{ {
label: 'Explore', label: 'Explore',
href: '/', href: '/',