Skip to content

Commit

Permalink
fix: #391 멘트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeminhee119 committed Sep 13, 2024
1 parent 3521c73 commit 5163b23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/component/actionItem/NotActionItemBoxData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function NotActionItemBoxData() {
}
`}
>
<Typography>30일간 진행한 회고가 없어요!</Typography>
<Typography>설정된 실행목표가 없어요!</Typography>
<Typography>회고를 진행해 실행목표를 설정해보세요</Typography>
</div>
<Spacing size={3} />
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/component/home/EmptyAnalysis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function EmptyAnalysis() {
line-height: 1.5;
`}
>
완료된 회고가 없어요 <br />
분석 완료된 회고가 없어요 <br />
회고를 진행해 분석을 받아보세요!
</Typography>
<Spacing size={3} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function InsightsBoxSection({ isTeam, type, insightArr }: InsightsBoxProp
line-height: 3.2rem;
`}
>
{`${isTeam ? "우리팀" : user.name}`}{" "}
{`${isTeam ? "우리팀" : user.name + "님"}`}{" "}
{type === "goodPoints" && (
<>
<Typography
Expand Down

0 comments on commit 5163b23

Please sign in to comment.