Skip to content

Commit

Permalink
release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jan 4, 2024
1 parent 390be93 commit d0574fe
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 109 deletions.
18 changes: 0 additions & 18 deletions apps/material-react-table-docs/pages/index.tsx
Expand Up @@ -7,8 +7,6 @@ import {
Stack,
Typography,
Link as MuiLink,
Alert,
AlertTitle,
} from '@mui/material';
import { ArrowForwardIos } from '@mui/icons-material';
import { HomeCards } from '../components/mdx/HomeCards';
Expand All @@ -26,22 +24,6 @@ const HomePage = () => {
return (
<>
<Stack sx={{ maxWidth: '1200px', m: 'auto' }}>
<Alert sx={{ mt: '2rem' }} severity="success" variant="outlined">
<AlertTitle>MRT Version 2 has been released!</AlertTitle>
(October 27, 2023) See the{' '}
<Link href="/migrating-to-v2" passHref legacyBehavior>
<MuiLink>V2 Migration Guide</MuiLink>
</Link>{' '}
to learn how to upgrade or view the{' '}
<Link
href="/blog/announcing-material-react-table-v2"
passHref
legacyBehavior
>
<MuiLink>Blog Post</MuiLink>
</Link>{' '}
announcing V2.
</Alert>
<Typography
sx={{
textAlign: 'center',
Expand Down

1 comment on commit d0574fe

@vercel
Copy link

@vercel vercel bot commented on d0574fe Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.