Skip to content

Commit

Permalink
#4 - Feat: 출금 신청 메뉴바에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ahah525 committed Nov 1, 2022
1 parent a43731f commit b7b6ddd
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@
</span>
</a>

<a href="/withdraw/apply" class="inline-flex" sec:authorize="isAuthenticated()">
<i class="fa-solid fa-sack-dollar"></i>
<span class="ml-[2px] hidden sm:block">
출금 신청
</span>
</a>

<a href="/member/login" class="inline-flex" sec:authorize="isAnonymous()">
<i class="fa-solid fa-arrow-right-to-bracket"></i>
<span class="ml-[2px] hidden sm:block">
Expand Down

0 comments on commit b7b6ddd

Please sign in to comment.