File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ import './Top.scss';
17
17
import { TopActionsType , TopStateType } from './Top.container' ;
18
18
import { useNavigate } from 'react-router' ;
19
19
import {
20
- Alert ,
21
20
AppBar ,
22
21
Button ,
23
22
Card ,
24
23
CardContent ,
25
24
Container ,
26
25
CssBaseline ,
27
26
Grid ,
28
- Link ,
29
27
Toolbar ,
30
28
Typography ,
31
29
} from '@mui/material' ;
@@ -93,14 +91,6 @@ export default function Top(props: TopPropsType) {
93
91
< Logo width = { 128 } color = { 'white' } />
94
92
</ Toolbar >
95
93
</ AppBar >
96
- < Alert severity = "info" >
97
- < strong > Info: </ strong >
98
- [Dec 19th 2023] The statistics feature is available. See{ ' ' }
99
- < Link href = "/docs/statistics" target = "_blank" rel = "noreferrer" >
100
- more detail
101
- </ Link >
102
- .
103
- </ Alert >
104
94
< main >
105
95
< div className = "hero-content" >
106
96
< Container maxWidth = "xl" >
You can’t perform that action at this time.
0 commit comments