We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3c1557 + adb35ee commit 8c6b9b8Copy full SHA for 8c6b9b8
src/components/organisms/home/SummaryCards/index.tsx
@@ -4,7 +4,7 @@ import styles from './index.module.scss';
4
5
const summaryData = [
6
{ title: '누적 지원자 수', value: '400+' },
7
- { title: '총 참여자 수', value: '101' },
+ { title: '총 참여자 수', value: '140' },
8
{ title: '누적 미션 수', value: '51' },
9
];
10
0 commit comments