Skip to content

Commit ed8f282

Browse files
committed
[Frontend] Add alert element to the frontpage
1 parent f0e9a66 commit ed8f282

File tree

1 file changed

+5
-0
lines changed
  • services/frontend/src/pages/FrontPage

1 file changed

+5
-0
lines changed

services/frontend/src/pages/FrontPage/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Alert from '@mui/material/Alert'
12
import Box from '@mui/material/Box'
23
import Button from '@mui/material/Button'
34
import 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" />

0 commit comments

Comments
 (0)