You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: urban-dashboard/src/components/dashboard/index.jsx
+22-15Lines changed: 22 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@ import Box from '@mui/material/Box';
3
3
4
4
import{MapBoxViewer}from'../mapboxViewer';
5
5
import{InfoSidebar}from'../infoSidebar';
6
+
import{Banner}from'../banner';
7
+
8
+
constBANNER_TEXT="Due to the lapse in federal government funding, the U.S. Greenhouse Gas Center is not updating this website. We sincerely regret this inconvenience.";
0 commit comments