Skip to content

Commit

Permalink
add the link to the sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaberry committed Feb 7, 2023
1 parent 2ed3e19 commit 95d8755
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pages/signal-monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default function SignalMonitor() {
error,
} = useSocrata({ ...SIGNAL_STATUS_QUERY });

const darkSignalsLink =
"https://docs.google.com/spreadsheets/d/1lYsVNtpDF8TC0ud6Y_e4fTqN-gbifhZw4dqcE77v5RI/edit#gid=0";

return (
<>
<PageHead
Expand All @@ -31,9 +34,13 @@ export default function SignalMonitor() {
/>
<Alert variant={"info"}>
Winter Storm Impacts: We&#39;re aware of power issues at the following
intersections and are working to get power restored. The following
intersections have a status of &#34;dark&#34; meaning they are not running and
have supplementary stop signs or Flashing under emergency battery power
intersections and are working to get power restored.{" "}
<a href={darkSignalsLink} target="_blank" rel="noreferrer">
These intersections
</a>{" "}
have a status of &#34;dark&#34; meaning they are not running and have
supplementary stop signs or &#34;Flashing under emergency battery
power&#34;
</Alert>
<MapList
filterSettings={FILTER_SETTINGS}
Expand Down

0 comments on commit 95d8755

Please sign in to comment.