Skip to content

Commit

Permalink
Merge pull request #515 from depromeet/chore/editLevelText
Browse files Browse the repository at this point in the history
🎨 레벨관련 문구 비문이슈로 수정
  • Loading branch information
woobottle authored Feb 10, 2024
2 parents 99e363e + ab151ea commit 1395328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Graph/LastLevelGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function LastLevelGraph(props: LastLevelGraphType) {
<Graph.SymbolText symbolStack={props.symbolStack} />
{/* TODO : progress bar label이 필요한지 확인 필요 to 디자이너 */}
<Graph.ProgressBar isFull min={lastLevel.min} />
<Graph.Description>성공적으로 레벨을 완수했어요!</Graph.Description>
<Graph.Description>레벨업에 성공했어요!!</Graph.Description>
</Graph>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Graph/PastLevelGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function PastLevelGraph(props: PastLabelGraphType) {
<Graph.SymbolText symbolStack={props.symbolStack} />
{/* TODO : progress bar label이 필요한지 확인 필요 to 디자이너 */}
<Graph.ProgressBar isFull />
<Graph.Description>성공적으로 레벨을 완수했어요!</Graph.Description>
<Graph.Description>레벨업에 성공했어요!!</Graph.Description>
</Graph>
);
}
Expand Down

0 comments on commit 1395328

Please sign in to comment.