Skip to content

Commit faa0e92

Browse files
committed
apply variant compact
1 parent 1770a43 commit faa0e92

File tree

1 file changed

+2
-0
lines changed
  • frontend/src/app/board/[year]/candidates

1 file changed

+2
-0
lines changed

frontend/src/app/board/[year]/candidates/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ const BoardCandidatesPage = () => {
481481
contributionData={snapshot.contributionHeatmapData}
482482
startDate={snapshot.startAt}
483483
endDate={snapshot.endAt}
484+
variant="compact"
484485
/>
485486
</div>
486487
)}
@@ -643,6 +644,7 @@ const BoardCandidatesPage = () => {
643644
endDate={snapshot.endAt}
644645
title="OWASP Community Engagement"
645646
unit="message"
647+
variant="compact"
646648
/>
647649
</div>
648650
)}

0 commit comments

Comments
 (0)