From 24d71cec580318666776e8d6d213801340f78caa Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 8 Nov 2020 11:38:20 -0800 Subject: [PATCH] Center without using center --- web/pages/components/statistic.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ( -
+
-
+
);