Skip to content

Commit

Permalink
delete: 계정 설정, 설정 페이지 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Thornappl2 committed Nov 15, 2024
1 parent ddcdf1a commit 6219f64
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main/resources/templates/mypage.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ <h2 class="username" th:text="${member.username != null ? member.username : memb
</div>
</div>
<div class="menu-section">
<div class="menu-item">
<a th:href="@{member-setting}">
<img th:src="@{/images/person_black.svg}" alt="Person Icon">
<p>계정 설정</p>
</a>
</div>
<div class="menu-item">
<a th:href="@{/cards/manage}">
<img th:src="@{/images/card_black.svg}" alt="Card Management Icon">
Expand All @@ -47,12 +41,6 @@ <h2 class="username" th:text="${member.username != null ? member.username : memb
<p>공지사항</p>
</a>
</div>
<div class="menu-item">
<a th:href="@{/settings}">
<img th:src="@{/images/settings.svg}" alt="Settings Icon">
<p>설정</p>
</a>
</div>
</div>
</div>

Expand Down

0 comments on commit 6219f64

Please sign in to comment.