diff --git a/.env b/.env index 93a03e4..cf05986 100644 --- a/.env +++ b/.env @@ -11,4 +11,9 @@ VITE_AGX_BOX_REAR_URL=http://192.168.0.90:8080/SightingListRear/sightingSummary? VITE_AGX=http://100.72.72.70:8080/SightingListRear/sightingSummary?mostRecentRef= VITE_AGX_FRONT=http://100.72.72.70:8080/SightingListFront/sightingSummary?mostRecentRef= -VITE_AGX_FRONT_BASE=http://100.72.72.70:8080/ \ No newline at end of file +VITE_AGX_FRONT_BASE=http://100.72.72.70:8080/ + +VITE_LOCAL=http://localhost:8080/SightingListRear/sightingSummary?mostRecentRef= +VITE_LOCAL_FRONT=http://localhost:8080/SightingListFront/sightingSummary?mostRecentRef= + +VITE_LOCAL_BASE=http://localhost:8080/ \ No newline at end of file diff --git a/src/components/UI/Header.tsx b/src/components/UI/Header.tsx index ad3fc8a..ba0c068 100644 --- a/src/components/UI/Header.tsx +++ b/src/components/UI/Header.tsx @@ -98,8 +98,8 @@ export default function Header() { {/* Right: Texts stacked + icons */} -