Skip to content

Commit

Permalink
fix(text): fix "미만" to "이하"
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Nov 27, 2023
1 parent 8829c32 commit 4f8e36f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/molecules/LocalCouncilReportText/AgeText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,21 @@ export const AgeText = ({
에는 <Text strong>{ageHistogramParagraph.candidateCount}</Text>명이{" "}
후보로 나와 <Text strong>{ageHistogramParagraph.electedCount}</Text>명이{" "}
당선됐어요. 당선자의 20%가{" "}
<Text strong>{ageHistogramParagraph.firstQuintile}</Text>미만, 20%가{" "}
<Text strong>{ageHistogramParagraph.firstQuintile}</Text>이하, 20%가{" "}
<Text strong>{ageHistogramParagraph.lastQuintile}</Text>세 이상이에요.
<br />
<br />
참고로 다양성 지표 전국 1위는 전체 인원의 20%가{" "}
<Text strong>{ageHistogramParagraph.divArea.firstQuintile}</Text>{" "}
미만, 20%가{" "}
이하, 20%가{" "}
<Text strong>{ageHistogramParagraph.divArea.lastQuintile}</Text>{" "}
이상인{" "}
<Text strong>
{getNameFromId(ageHistogramParagraph.divArea.localId)?.join(" ")}
</Text>
, 전국 뒤에서 1위는 전체 인원의 20%가{" "}
<Text strong>{ageHistogramParagraph.uniArea.firstQuintile}</Text>
미만, 20%가{" "}
이하, 20%가{" "}
<Text strong>{ageHistogramParagraph.uniArea.lastQuintile}</Text>
이상인{" "}
<Text strong>
Expand Down

0 comments on commit 4f8e36f

Please sign in to comment.