Skip to content

Commit 8c6b9b8

Browse files
authored
Merge pull request #129 from sipe-team/chore/total-participant
chore: 총 참여자 수 업데이트
2 parents f3c1557 + adb35ee commit 8c6b9b8

File tree

1 file changed

+1
-1
lines changed
  • src/components/organisms/home/SummaryCards

1 file changed

+1
-1
lines changed

src/components/organisms/home/SummaryCards/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import styles from './index.module.scss';
44

55
const summaryData = [
66
{ title: '누적 지원자 수', value: '400+' },
7-
{ title: '총 참여자 수', value: '101' },
7+
{ title: '총 참여자 수', value: '140' },
88
{ title: '누적 미션 수', value: '51' },
99
];
1010

0 commit comments

Comments
 (0)