diff --git a/src/components/youthNet/UserCard.tsx b/src/components/youthNet/UserCard.tsx index 6ec1266a..295e0aeb 100644 --- a/src/components/youthNet/UserCard.tsx +++ b/src/components/youthNet/UserCard.tsx @@ -62,6 +62,7 @@ const UserCard: React.FC = ({ {!image && name[0]} )} + = ({ )} {totalCount && ( - - {totalCount} - {newRegistrations && ( - - (+{newRegistrations}) - - )} - + <> + + {totalCount} + {newRegistrations && ( + + (+{newRegistrations}) + + )} + + )} diff --git a/src/pages/youthboard/villages/index.tsx b/src/pages/youthboard/villages/index.tsx index a0e375f0..d5dc46b0 100644 --- a/src/pages/youthboard/villages/index.tsx +++ b/src/pages/youthboard/villages/index.tsx @@ -14,6 +14,7 @@ import { youthList, } from '@/components/youthNet/tempConfigs'; import { UserList } from '@/components/youthNet/UserCard'; +import DownloadIcon from '@mui/icons-material/Download'; const index = () => { const { t } = useTranslation(); const theme = useTheme(); @@ -100,30 +101,67 @@ const index = () => { { label: 'As of today, 5th Sep', value: 'today' }, { label: 'As of yesterday, 4th Sep', value: 'yesterday' }, ]} - // data="577 Youth & Volunteers" /> - - 52 Villages - - - Village Name - + + + 52 Villages + + + + + CSV + + + + + + + Village Name + + + + Total Count (+ New Registrations today) + + {/* */}