From 7c2ac0f6a4c0366cf60cd661b78592a753d3b731 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 6 Apr 2021 12:26:42 +0200 Subject: [PATCH] fix --- src/components/custom/sections/Comparison.vue | 4 ++-- .../marketing/sections/cta-sections/ShowcaseProducts.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/custom/sections/Comparison.vue b/src/components/custom/sections/Comparison.vue index b56137a4c..077238057 100644 --- a/src/components/custom/sections/Comparison.vue +++ b/src/components/custom/sections/Comparison.vue @@ -37,13 +37,13 @@ v-if="main.link.includes('http')" target="_blank" :href="main.link" - class="bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" + class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" >{{ main.button }} {{ main.button }} diff --git a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue index e05d5bc37..a0295896f 100644 --- a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue +++ b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue @@ -61,13 +61,13 @@ v-if="main.link.includes('http')" target="_blank" :href="main.link" - class="bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" + class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" >{{ main.button }} {{ main.button }}