Skip to content

Commit

Permalink
[Fix] IntroBoard에서 Store 링크가 제대로 표시되지 않던 문제를 해결했습니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
NARUBROWN committed Jan 29, 2024
1 parent 0ca06af commit f375fdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public BoardResponseDto createResponse(HttpServletRequest request) {
.title(this.title)
.subTitle(this.subTitle)
.androidStoreLink(this.androidStoreLink)
.appleStoreLink(this.androidStoreLink)
.appleStoreLink(this.appleStoreLink)
.images(BoardUtils.returnImageURL(request, this.images))
.createdDate(this.getCreatedDate())
.lastModifiedDate(this.getLastModifiedDate())
Expand Down

0 comments on commit f375fdc

Please sign in to comment.