Skip to content

Commit

Permalink
Merge branch 'feat/#55' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Byunseoyoon committed Jun 2, 2024
2 parents 1037b5b + 2ca3afc commit 63f228f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/popup/PopupDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const PopupDetail = () => {
<div className="detailBox">
<div className="detail-title">브랜드 페이지 링크</div>
<div className="detail-content">
<a href="${popup.popupPageLink}">{popup.popupName}</a>
<a href={popup.popupPageLink}>{popup.popupName}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 63f228f

Please sign in to comment.