mirror of
https://github.com/mito-systems/ranger-app.git
synced 2026-03-09 09:24:06 +00:00
rename /animals -> /sightings
Some checks failed
Publish Ranger template to Laconic Registry / laconic_publish (push) Failing after 1m5s
Some checks failed
Publish Ranger template to Laconic Registry / laconic_publish (push) Failing after 1m5s
This commit is contained in:
parent
15c158e27e
commit
44ec2458c8
@ -1,4 +1,4 @@
|
||||
// src/app/animals/page.tsx
|
||||
// src/app/sightings/page.tsx
|
||||
|
||||
'use client'
|
||||
|
||||
@ -9,7 +9,7 @@ const Navigation = () => {
|
||||
|
||||
const links = [
|
||||
{ href: '/', label: 'Home' },
|
||||
{ href: '/animals', label: 'Sightings' },
|
||||
{ href: '/sightings', label: 'Sightings' },
|
||||
{ href: '/about', label: 'About' }
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user