Skip to content

Commit

Permalink
feat: add explanation at the top of dashboard page (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
shootermv authored Dec 10, 2023
1 parent ec095a5 commit 0023217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/dashboard/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import moment from 'moment'
import './DashboardPage.scss'
import { PageContainer } from '../components/PageContainer'
import { TEXTS } from 'src/resources/texts'
import { Typography } from 'antd'
import { Alert, Typography } from 'antd'
import Grid from '@mui/material/Unstable_Grid2' // Grid version 2

// Components
Expand All @@ -30,6 +30,7 @@ const DashboardPage = () => {
return (
<PageContainer>
<Title level={3}>ביצועי תחבורה ציבורית</Title>
<Alert message="תפקוד תחבורה ציבורית לפי פרמטרים שונים" type="info" />
<Grid
container
spacing={2}
Expand Down

0 comments on commit 0023217

Please sign in to comment.