목록 , 작성 -> 아이콘으로 변경

This commit is contained in:
yoon 2025-01-07 15:32:03 +09:00
parent ad3a0b72c5
commit a1d5ec28b7

View File

@ -38,8 +38,8 @@
</div>
<div class="mb-4 d-flex justify-content-end">
<button type="button" class="btn btn-info right" @click="goList">목록</button>
<button type="button" class="btn btn-primary ms-1" @click="write">작성</button>
<button type="button" class="btn btn-info right" @click="goList"><i class='bx bx-left-arrow-alt'></i></button>
<button type="button" class="btn btn-primary ms-1" @click="write"><i class='bx bx-check'></i></button>
</div>
</div>
</div>