Skip to content

Commit

Permalink
add a temporary alert
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaberry committed Feb 7, 2023
1 parent a87c1e4 commit 59ef69c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/signal-monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import ListItemContent from "../components/pages/signal-monitor/ListItemContent"
import PopUpContent from "../components/pages/signal-monitor/PopUpContent";
import InfoContent from "../components/pages/signal-monitor/InfoContent";
import PopUpHoverContent from "../components/pages/cameras/PopUpHoverContent";
import Alert from "react-bootstrap/Alert";
import { useSocrata } from "../utils/socrata";
import { SIGNAL_STATUS_QUERY } from "../utils/queries";
import {
Expand All @@ -28,6 +29,12 @@ export default function SignalMonitor() {
pageRoute="/signal-monitor"
imageRoute="/assets/signal-monitor.jpg"
/>
<Alert variant={"info"}>
Winter Storm Impacts: We're aware of power issues at the following
intersections and are working to get power restored. The following
intersections have a status of "dark" meaning they are not running and
have supplementary stop signs or "Flashing under emergency battery power
</Alert>
<MapList
filterSettings={FILTER_SETTINGS}
searchSettings={SEARCH_SETTINGS}
Expand Down

0 comments on commit 59ef69c

Please sign in to comment.