mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-04 21:44:54 +00:00
fix: fix typo
This commit is contained in:
@@ -310,7 +310,7 @@ const StatisticCard = ({
|
||||
onClick?: () => void;
|
||||
}) => {
|
||||
return (
|
||||
<Card className="size-full overflow-hidden" hoverable loading={loading} bordered={false} onClick={onClick}>
|
||||
<Card className="size-full overflow-hidden" hoverable loading={loading} variant="borderless" onClick={onClick}>
|
||||
<Space size="middle">
|
||||
{icon}
|
||||
<Statistic
|
||||
|
Reference in New Issue
Block a user