Skip to content

Commit

Permalink
Merge branch 'main' into Component/Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenmezi authored Dec 10, 2023
2 parents 95c35cb + 0023217 commit 67e9d06
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 67e9d06

Please sign in to comment.