Skip to content

Commit

Permalink
[fix] 전화번호 변경하기 버튼 주석처리 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebyul committed Oct 20, 2024
1 parent b341cb6 commit e729bf1
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions frontend/src/components/member/UpdateMemberInfoComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,27 +253,27 @@
<p class="mr-[8px] black--text body1-regular-medium">
{{ memberStore.member.cellphone }}
</p>
<button
data-v-524f63ea=""
data-v-7940d6dd=""
type="outline"
class="CoreButton BaseButtonRectangle body1-regular-small BaseButtonRectangle__outline"
style="
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
height: 36px;
flex-direction: row;
--core-button-padding-x: 8;
--button-rectangle-border-color: #acacac;
"
>
<!----><!---->
<div data-v-524f63ea="" class="inline-flex items-center">
<span data-v-524f63ea="" class="CoreButton__text"
>변경하기</span
>
</div>
</button>
<!-- <button-->
<!-- data-v-524f63ea=""-->
<!-- data-v-7940d6dd=""-->
<!-- type="outline"-->
<!-- class="CoreButton BaseButtonRectangle body1-regular-small BaseButtonRectangle__outline"-->
<!-- style="-->
<!-- background-color: rgb(255, 255, 255);-->
<!-- color: rgb(51, 51, 51);-->
<!-- height: 36px;-->
<!-- flex-direction: row;-->
<!-- &#45;&#45;core-button-padding-x: 8;-->
<!-- &#45;&#45;button-rectangle-border-color: #acacac;-->
<!-- "-->
<!-- >-->
<!-- &lt;!&ndash;&ndash;&gt;&lt;!&ndash;&ndash;&gt;-->
<!-- <div data-v-524f63ea="" class="inline-flex items-center">-->
<!-- <span data-v-524f63ea="" class="CoreButton__text"-->
<!-- >변경하기</span-->
<!-- >-->
<!-- </div>-->
<!-- </button>-->
</div>
<p class="gray-999--text mt-[8px] body1-regular-medium text-left">
주문, 배송시 등록된 번호로 SMS를 발송해 드립니다.
Expand Down

0 comments on commit e729bf1

Please sign in to comment.