File tree Expand file tree Collapse file tree 3 files changed +92
-109
lines changed
apps/material-react-table-docs
packages/material-react-table Expand file tree Collapse file tree 3 files changed +92
-109
lines changed Original file line number Diff line number Diff line change 77 Stack ,
88 Typography ,
99 Link as MuiLink ,
10- Alert ,
11- AlertTitle ,
1210} from '@mui/material' ;
1311import { ArrowForwardIos } from '@mui/icons-material' ;
1412import { 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' ,
You can’t perform that action at this time.
0 commit comments