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 }}