Skip to content

Commit

Permalink
#4 - Feat: 메뉴바 수정(글리스트 메뉴 추가)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahah525 committed Oct 18, 2022
1 parent f8b7c9e commit aaabb92
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,15 @@
</span>
</a>

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

<a href="/post/write" class="inline-flex" sec:authorize="isAuthenticated()">
<i class="fa-solid fa-upload"></i>
<i class="fa-solid fa-pencil"></i>
<span class="ml-[2px] hidden sm:block">
글쓰기
</span>
Expand Down

0 comments on commit aaabb92

Please sign in to comment.