File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
services/frontend/src/pages/FrontPage Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1+ import Alert from '@mui/material/Alert'
12import Box from '@mui/material/Box'
23import Button from '@mui/material/Button'
34import Container from '@mui/material/Container'
@@ -76,6 +77,10 @@ export const FrontPage = () => {
7677 return (
7778 < Container maxWidth = "lg" >
7879 < PageTitle subtitle = "Exploratory Research on Study Data" title = "Oodikone" />
80+ < Alert severity = "warning" sx = { { justifyContent : 'center' } } >
81+ Our team is currently updating data tables across various views. If you notice any discrepancies or anomalies,
82+ please reach out to < a href = "mailto:grp-toska@helsinki.fi" > grp-toska@helsinki.fi</ a > .
83+ </ Alert >
7984 < Stack direction = { { sm : 'column' , md : 'row' } } divider = { < Divider flexItem orientation = "vertical" /> } gap = { 3 } >
8085 < Stack direction = "column" gap = { 2 } sx = { { width : { sm : '100%' , md : '50%' } } } >
8186 < SectionTitle title = "Features" />
You can’t perform that action at this time.
0 commit comments