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