rename /animals -> /sightings
Some checks failed
Publish Ranger template to Laconic Registry / laconic_publish (push) Failing after 1m5s

This commit is contained in:
zramsay 2025-02-02 12:39:06 -05:00
parent 15c158e27e
commit 44ec2458c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// src/app/animals/page.tsx
// src/app/sightings/page.tsx
'use client'

View File

@ -9,7 +9,7 @@ const Navigation = () => {
const links = [
{ href: '/', label: 'Home' },
{ href: '/animals', label: 'Sightings' },
{ href: '/sightings', label: 'Sightings' },
{ href: '/about', label: 'About' }
]