From 7abbd7b9ccb02460b125e38263dc9b8a61a923e7 Mon Sep 17 00:00:00 2001 From: khatabwedaa Date: Sat, 8 Jan 2022 22:52:12 +0200 Subject: [PATCH] WIP --- components/ui/Forms/Search.vue | 8 ++++---- components/ui/Navbars/WithCategories.vue | 8 ++++---- components/ui/Navbars/WithSearch.vue | 4 ++-- pages/index.vue | 5 +++-- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/components/ui/Forms/Search.vue b/components/ui/Forms/Search.vue index 5e097ee..fe7c7a3 100644 --- a/components/ui/Forms/Search.vue +++ b/components/ui/Forms/Search.vue @@ -9,10 +9,10 @@ - + -
+ -
@@ -55,7 +55,7 @@ - + @@ -120,7 +120,7 @@ - + @@ -158,7 +158,7 @@ - + diff --git a/components/ui/Navbars/WithSearch.vue b/components/ui/Navbars/WithSearch.vue index 8860c67..19a047f 100644 --- a/components/ui/Navbars/WithSearch.vue +++ b/components/ui/Navbars/WithSearch.vue @@ -33,7 +33,7 @@ - + @@ -81,7 +81,7 @@ - + diff --git a/pages/index.vue b/pages/index.vue index c71ce38..fb20f62 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -31,8 +31,8 @@
- Browse Components - premium Themes + Browse Components +
@@ -50,6 +50,7 @@ export default { data() { return { components_count: 97, + premium: 'premium Themes' }; }, };