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 @@ - + -
+

@@ -68,10 +68,10 @@ export default { - +
-
+
@@ -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' }; }, };