Skip to content

Commit

Permalink
#4 - Feat: 주문 내역 메뉴 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ahah525 committed Oct 25, 2022
1 parent e635c62 commit fcce3a4
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,19 @@
</a>

<a href="/cart/list" class="inline-flex" sec:authorize="isAuthenticated()">
<i class="fa-solid fa-cart-plus"></i>
<i class="fa-solid fa-scroll"></i>
<span class="ml-[2px] hidden sm:block">
장바구니
</span>
</a>

<a href="/order/list" class="inline-flex" sec:authorize="isAuthenticated()">
<i class="fa-solid fa-cart-plus"></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 fcce3a4

Please sign in to comment.