Skip to content

Commit d0574fe

Browse files
committed
release v2.4.0
1 parent 390be93 commit d0574fe

File tree

3 files changed

+92
-109
lines changed

3 files changed

+92
-109
lines changed

apps/material-react-table-docs/pages/index.tsx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import {
77
Stack,
88
Typography,
99
Link as MuiLink,
10-
Alert,
11-
AlertTitle,
1210
} from '@mui/material';
1311
import { ArrowForwardIos } from '@mui/icons-material';
1412
import { HomeCards } from '../components/mdx/HomeCards';
@@ -26,22 +24,6 @@ const HomePage = () => {
2624
return (
2725
<>
2826
<Stack sx={{ maxWidth: '1200px', m: 'auto' }}>
29-
<Alert sx={{ mt: '2rem' }} severity="success" variant="outlined">
30-
<AlertTitle>MRT Version 2 has been released!</AlertTitle>
31-
(October 27, 2023) See the{' '}
32-
<Link href="/migrating-to-v2" passHref legacyBehavior>
33-
<MuiLink>V2 Migration Guide</MuiLink>
34-
</Link>{' '}
35-
to learn how to upgrade or view the{' '}
36-
<Link
37-
href="/blog/announcing-material-react-table-v2"
38-
passHref
39-
legacyBehavior
40-
>
41-
<MuiLink>Blog Post</MuiLink>
42-
</Link>{' '}
43-
announcing V2.
44-
</Alert>
4527
<Typography
4628
sx={{
4729
textAlign: 'center',

0 commit comments

Comments
 (0)