Skip to content

Commit

Permalink
#4 - Feat: 도서 등록, 도서 목록 메뉴 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ahah525 committed Oct 24, 2022
1 parent 7374ee1 commit a987ec6
Showing 1 changed file with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
</a>

<a href="/post/list" class="inline-flex">
<i class="fa-solid fa-clipboard"></i>
<i class="fa-solid fa-list"></i>
<span class="ml-[2px] hidden sm:block">
글 리스트
내 글
</span>
</a>

Expand All @@ -136,6 +136,20 @@
글쓰기
</span>
</a>

<a href="/product/create" class="inline-flex">
<i class="fa-solid fa-book-medical"></i>
<span class="ml-[2px] hidden sm:block">
도서 등록
</span>
</a>

<a href="/product/create" class="inline-flex">
<i class="fa-solid fa-book"></i>
<span class="ml-[2px] hidden sm:block">
도서 목록
</span>
</a>
</div>
</div>
</header>
Expand Down

0 comments on commit a987ec6

Please sign in to comment.