From b19cb0276350fc5a02a756567edb7b9db4f91177 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Mon, 16 Dec 2024 21:57:14 +0100 Subject: [PATCH] use icon instead of svg --- components/app/footer.vue | 24 ++---------------------- components/app/navbar.vue | 31 +++---------------------------- error.vue | 15 +-------------- pages/categories/index.vue | 20 +++----------------- pages/search.vue | 21 ++++----------------- 5 files changed, 13 insertions(+), 98 deletions(-) diff --git a/components/app/footer.vue b/components/app/footer.vue index bf7fcd2..d42de5e 100644 --- a/components/app/footer.vue +++ b/components/app/footer.vue @@ -10,17 +10,7 @@ target="_blank" aria-label="navigate to the source code on GitHub" > - - - + - - - + diff --git a/components/app/navbar.vue b/components/app/navbar.vue index 7eb28bd..c21847c 100644 --- a/components/app/navbar.vue +++ b/components/app/navbar.vue @@ -48,20 +48,8 @@ if (route.path === "/search") { class="btn btn-ghost lg:hidden" arial-label="Menu button" > - - - + +
    - - - +
    - - - +
    diff --git a/pages/categories/index.vue b/pages/categories/index.vue index 8950e01..4bc59f2 100644 --- a/pages/categories/index.vue +++ b/pages/categories/index.vue @@ -65,23 +65,9 @@ useSeoMeta({ -
    -
    - - - - No categories available -
    +
    diff --git a/pages/search.vue b/pages/search.vue index 5805b33..b030c83 100644 --- a/pages/search.vue +++ b/pages/search.vue @@ -68,24 +68,11 @@ watch(searchQuery, async (newQuery) => {