Skip to content

Commit

Permalink
[MODIFY] 메인 문구 조회시 \n을 <br>로 변경 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
kseysh authored Jan 20, 2025
2 parents d5d4013 + 4a6d796 commit 7fa219c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class HomeDescriptionResponse {
private final String activityDescription;
public static HomeDescriptionResponse of(String userName, int totalActivityMonths) {
return new HomeDescriptionResponse(
userName + "님은\nSOPT와 " + totalActivityMonths + "개월째"
userName + "님은<br>SOPT와 " + totalActivityMonths + "개월째"
);
}
}

0 comments on commit 7fa219c

Please sign in to comment.