Skip to content

Commit eff3d45

Browse files
committed
chore: 동아리 summaryData에 최신 현황 반영
1 parent bf9cce5 commit eff3d45

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import styles from './index.module.scss';
22

33
const summaryData = [
44
{ title: '누적 지원자 수', value: '400+' },
5-
{ title: '총 참여자 수', value: '60+' },
6-
{ title: '누적 미션 수', value: '30+' },
5+
{ title: '총 참여자 수', value: '101' },
6+
{ title: '누적 미션 수', value: '51' },
77
];
88

99
function SummaryCards() {

0 commit comments

Comments
 (0)