import React from "react"; import { Card, Progress, Row, Space, Tooltip, Typography } from "antd"; import { AppstoreOutlined, QuestionCircleOutlined } from "@ant-design/icons"; import Link from "antd/lib/typography/Link"; const { Title } = Typography; const VoteCard: React.FC = () => { return (
我的投票
去投票 } hoverable >
投票权
0.0
投票权APY
0.0%
投票权奖励
0TRX
); }; export default VoteCard;