Skip to content

Commit

Permalink
Delete the top news.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichiro committed Jan 27, 2025
1 parent 825e38c commit 7075f2d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/top/Top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ import './Top.scss';
import { TopActionsType, TopStateType } from './Top.container';
import { useNavigate } from 'react-router';
import {
Alert,
AppBar,
Button,
Card,
CardContent,
Container,
CssBaseline,
Grid,
Link,
Toolbar,
Typography,
} from '@mui/material';
Expand Down Expand Up @@ -93,14 +91,6 @@ export default function Top(props: TopPropsType) {
<Logo width={128} color={'white'} />
</Toolbar>
</AppBar>
<Alert severity="info">
<strong>Info: </strong>
[Dec 19th 2023] The statistics feature is available. See{' '}
<Link href="/docs/statistics" target="_blank" rel="noreferrer">
more detail
</Link>
.
</Alert>
<main>
<div className="hero-content">
<Container maxWidth="xl">
Expand Down

0 comments on commit 7075f2d

Please sign in to comment.