Add sightings page + report form, fix stream API mapping, add nav link

This commit is contained in:
BizzleBot
2026-02-19 18:11:37 +00:00
parent 86ce153ad2
commit 857f5a2396
4 changed files with 268 additions and 0 deletions
+1
View File
@@ -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 },