Skip to content

Commit

Permalink
fix(text): add bold to age
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Nov 24, 2023
1 parent 840acfc commit e645e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const AgeText = ({
후보로 나와 <Text strong>{ageHistogramParagraph.electedCount}</Text>명이{" "}
당선됐어요. 당선자의 20%가{" "}
<Text strong>{ageHistogramParagraph.firstQuintile}</Text>세 미만, 20%가{" "}
{ageHistogramParagraph.lastQuintile}세 이상이에요.
<Text strong>{ageHistogramParagraph.lastQuintile}</Text>세 이상이에요.
<br />
<br />
참고로 다양성 지표 전국 1위는 전체 인원의 20%가{" "}
Expand Down

0 comments on commit e645e1c

Please sign in to comment.