Skip to content

Commit

Permalink
Add organization statistics (real real final)
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwon090 committed Apr 25, 2024
1 parent 943612e commit efdfca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async () => {
<Heading size='lg'>숭실대학교의 문제해결 통계</Heading>

<Flex flexWrap='wrap' direction={{ base: 'column', md: 'row' }} gap={4} mt={6}>
<Statistics text="구성원 수 (BOJ)" value={org.bojUserCount} unit='명' diff={1234} />
<Statistics text="구성원 수 (BOJ)" value={org.bojUserCount} unit='명' />
<Statistics text="구성원 수 (solved.ac)" value={org.userCount} unit='명' />
<Statistics text="푼 문제" value={org.solvedCount} unit='문제' />
<Statistics text="기여한 문제" value={org.voteCount} unit='문제' />
Expand Down

0 comments on commit efdfca4

Please sign in to comment.