Skip to content

Commit d680a86

Browse files
authored
Merge pull request #860 from remap-keys/delete-top-news
Delete the top news.
2 parents 825e38c + 7075f2d commit d680a86

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/components/top/Top.tsx

-10
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ import './Top.scss';
1717
import { TopActionsType, TopStateType } from './Top.container';
1818
import { useNavigate } from 'react-router';
1919
import {
20-
Alert,
2120
AppBar,
2221
Button,
2322
Card,
2423
CardContent,
2524
Container,
2625
CssBaseline,
2726
Grid,
28-
Link,
2927
Toolbar,
3028
Typography,
3129
} from '@mui/material';
@@ -93,14 +91,6 @@ export default function Top(props: TopPropsType) {
9391
<Logo width={128} color={'white'} />
9492
</Toolbar>
9593
</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>
10494
<main>
10595
<div className="hero-content">
10696
<Container maxWidth="xl">

0 commit comments

Comments
 (0)