Add sightings page + report form, fix stream API mapping, add nav link
This commit is contained in:
@@ -7,6 +7,7 @@ import { Menu, X, Eye, Tv2, TreePine, Heart, Calendar, Info } from 'lucide-react
|
||||
const links = [
|
||||
{ href: '/streams', label: 'Live Cams', icon: Tv2 },
|
||||
{ href: '/wildlife', label: 'Wildlife', icon: TreePine },
|
||||
{ href: '/sightings', label: 'Sightings', icon: Eye },
|
||||
{ href: '/events', label: 'Events', icon: Calendar },
|
||||
{ href: '/donate', label: 'Donate', icon: Heart },
|
||||
{ href: '/about', label: 'About', icon: Info },
|
||||
|
||||
Reference in New Issue
Block a user