diff --git a/components/ui/Authentication/LoginWithSideImage.vue b/components/ui/Authentication/LoginWithSideImage.vue index eb26d46..6d2fa29 100644 --- a/components/ui/Authentication/LoginWithSideImage.vue +++ b/components/ui/Authentication/LoginWithSideImage.vue @@ -32,7 +32,7 @@
- +
@@ -41,7 +41,7 @@ Forget Password?
- +
@@ -100,7 +100,7 @@
- +
@@ -109,7 +109,7 @@ Forget Password?
- +
diff --git a/components/ui/Authentication/LoginWithSocialMediaLinks.vue b/components/ui/Authentication/LoginWithSocialMediaLinks.vue index 9494bd9..347ab2c 100644 --- a/components/ui/Authentication/LoginWithSocialMediaLinks.vue +++ b/components/ui/Authentication/LoginWithSocialMediaLinks.vue @@ -8,7 +8,7 @@
+ class="block w-full px-4 py-2 mt-2 text-gray-700 bg-white border rounded-md dark:bg-gray-800 dark:text-gray-300 dark:border-gray-600 focus:border-blue-400 dark:focus:border-blue-300 focus:ring-blue-300 focus:outline-none focus:ring focus:ring-opacity-40">
@@ -18,7 +18,7 @@
+ class="block w-full px-4 py-2 mt-2 text-gray-700 bg-white border rounded-md dark:bg-gray-800 dark:text-gray-300 dark:border-gray-600 focus:border-blue-400 dark:focus:border-blue-300 focus:ring-blue-300 focus:outline-none focus:ring focus:ring-opacity-40">
@@ -79,7 +79,7 @@
+ class="block w-full px-4 py-2 mt-2 text-gray-700 bg-white border rounded-md dark:bg-gray-800 dark:text-gray-300 dark:border-gray-600 focus:border-blue-400 dark:focus:border-blue-300 focus:ring-blue-300 focus:outline-none focus:ring focus:ring-opacity-40">
@@ -89,7 +89,7 @@
+ class="block w-full px-4 py-2 mt-2 text-gray-700 bg-white border rounded-md dark:bg-gray-800 dark:text-gray-300 dark:border-gray-600 focus:border-blue-400 dark:focus:border-blue-300 focus:ring-blue-300 focus:outline-none focus:ring focus:ring-opacity-40">
diff --git a/components/ui/Authentication/SimpleLogin.vue b/components/ui/Authentication/SimpleLogin.vue index daa3557..5ffd21d 100644 --- a/components/ui/Authentication/SimpleLogin.vue +++ b/components/ui/Authentication/SimpleLogin.vue @@ -11,11 +11,11 @@
- +
- +
@@ -52,11 +52,11 @@
- +
- +
diff --git a/components/ui/Footers/WithSubscribeForm.vue b/components/ui/Footers/WithSubscribeForm.vue index 2f3088b..ef078f8 100644 --- a/components/ui/Footers/WithSubscribeForm.vue +++ b/components/ui/Footers/WithSubscribeForm.vue @@ -8,10 +8,10 @@
-
+
- - + +
@@ -51,10 +51,10 @@
-
+
- - + +
diff --git a/components/ui/Forms/Contact.vue b/components/ui/Forms/Contact.vue index cfd99df..b904c8a 100644 --- a/components/ui/Forms/Contact.vue +++ b/components/ui/Forms/Contact.vue @@ -37,20 +37,20 @@
- +
- +
- +
@@ -104,20 +104,20 @@
- +
- +
- +
diff --git a/components/ui/Forms/Newsletter.vue b/components/ui/Forms/Newsletter.vue index 4942541..39d6f05 100644 --- a/components/ui/Forms/Newsletter.vue +++ b/components/ui/Forms/Newsletter.vue @@ -12,10 +12,10 @@
-
- +
+ - +
@@ -41,10 +41,10 @@
-
- +
+ - +
diff --git a/components/ui/Forms/Search.vue b/components/ui/Forms/Search.vue index a6f02ef..fe7c7a3 100644 --- a/components/ui/Forms/Search.vue +++ b/components/ui/Forms/Search.vue @@ -9,10 +9,10 @@ - +
-
+ -
+

Software engineer

02/04/2020

diff --git a/components/ui/Forms/Simple.vue b/components/ui/Forms/Simple.vue index 422df11..c6a025f 100644 --- a/components/ui/Forms/Simple.vue +++ b/components/ui/Forms/Simple.vue @@ -8,22 +8,22 @@
- +
- +
- +
- +
@@ -49,22 +49,22 @@
- +
- +
- +
- +
diff --git a/components/ui/Forms/SimpleNewsletter.vue b/components/ui/Forms/SimpleNewsletter.vue index db094c8..036ec43 100644 --- a/components/ui/Forms/SimpleNewsletter.vue +++ b/components/ui/Forms/SimpleNewsletter.vue @@ -7,7 +7,7 @@

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perferendis, minus tempora nemo quos

- +
@@ -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/components/ui/Sidebar/WithSearch.vue b/components/ui/Sidebar/WithSearch.vue index caabf32..3faa29f 100644 --- a/components/ui/Sidebar/WithSearch.vue +++ b/components/ui/Sidebar/WithSearch.vue @@ -11,7 +11,7 @@ - +
@@ -96,7 +96,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' }; }, };