feat: change libraly icons

This commit is contained in:
ngthanhvu
2026-07-25 10:39:40 -04:00
parent 856c514c15
commit 6c1dd39935
33 changed files with 827 additions and 459 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
<script setup lang="ts">
import { ArrowUp } from 'lucide-vue-next'
const isVisible = ref(false)
function updateVisibility() {
@@ -37,7 +35,7 @@ onBeforeUnmount(() => {
aria-label="Lên đầu trang"
@click="scrollToTop"
>
<ArrowUp class="size-6" />
<AppIcon name="arrow-up" class="size-6" />
</button>
</Transition>
</template>