Spaces:
Running
Running
David Pomerenke
commited on
Commit
·
37ec45a
1
Parent(s):
c29b8da
Add WIP disclaimer
Browse files- frontend/src/App.js +3 -0
frontend/src/App.js
CHANGED
|
@@ -40,6 +40,9 @@ function App () {
|
|
| 40 |
return (
|
| 41 |
<PrimeReactProvider>
|
| 42 |
<div style={{ height: '100%', display: 'flex', flexDirection: 'column' }}>
|
|
|
|
|
|
|
|
|
|
| 43 |
<header
|
| 44 |
style={{
|
| 45 |
display: 'flex',
|
|
|
|
| 40 |
return (
|
| 41 |
<PrimeReactProvider>
|
| 42 |
<div style={{ height: '100%', display: 'flex', flexDirection: 'column' }}>
|
| 43 |
+
<div style={{backgroundColor: '#fff3cd', color: '#856404', padding: '0.75rem 1.25rem', marginBottom: '1rem', border: '1px solid #ffeeba', borderRadius: '0.25rem', textAlign: 'center'}}>
|
| 44 |
+
<strong>Work in Progress:</strong> This dashboard is currently under active development. Data and features may change.
|
| 45 |
+
</div>
|
| 46 |
<header
|
| 47 |
style={{
|
| 48 |
display: 'flex',
|