diff --git a/web/pages/components/statistic.tsx b/web/pages/components/statistic.tsx index 91cc5209d..a2fc48ceb 100644 --- a/web/pages/components/statistic.tsx +++ b/web/pages/components/statistic.tsx @@ -1,5 +1,5 @@ import { Typography, Statistic, Card, Col, Progress} from "antd"; -const { Text, Link } = Typography; +const { Text } = Typography; interface ItemProps { title: string, @@ -16,9 +16,9 @@ export default function StatisticItem(props: ItemProps) { return ( -
+
-
+
);