Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/resources/templates/payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@ <h1>결제 방법 선택</h1>
<button class="payment-button woori-card-button">
<div class="button-content">
<div class="logo-icon">
<img src="IMG_6772.jpg" alt="우리카드 로고" onerror="this.style.display='none'; this.nextElementSibling.style.display='flex';">
<img src="wooribank_logo.jpeg" alt="우리카드 로고" onerror="this.style.display='none'; this.nextElementSibling.style.display='flex';">
<span style="display:none;">우</span>
</div>
<div class="payment-text">
<span class="woori-logo-text">우리카드로 결제하기</span>
<span class="payment-desc">우리카드 앱카드 간편결제</span>
<span class="payment-desc">우리카드 간편결제</span>
</div>
</div>
<span class="button-arrow">›</span>
Expand Down