feat: CustomMobileBackgroundImage

This commit is contained in:
hamster1963
2024-12-19 14:46:21 +08:00
parent e0bf568965
commit ae8e3ea144
48 changed files with 320 additions and 1054 deletions
+1 -4
View File
@@ -8,10 +8,7 @@ interface CycleTransferStatsProps {
className?: string
}
export const CycleTransferStatsCard: React.FC<CycleTransferStatsProps> = ({
cycleStats,
className,
}) => {
export const CycleTransferStatsCard: React.FC<CycleTransferStatsProps> = ({ cycleStats, className }) => {
return (
<section className="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-4">
{Object.entries(cycleStats).map(([cycleId, cycleData]) => {