File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1 class="font-h1 mb-6">{{ i18n "for_individuals_header_title" . | safeHTML }}<
1616 < p class ="lead mb-6 "> {{ i18n "for_individuals_header_description" . | safeHTML }}</ p >
1717 < div class ="flex flex-col md:flex-row gap-6 mb-4 ">
1818 < div class ="flex flex-col gap-2 ">
19- < a href ="{{ .Site.LanguagePrefix }}/downloads/ " role ="button " class ="btn btn-primary text-lg px-8 plausible-event-name=for-individuals-header-cta " data-umami-event ="for-individuals-header-cta "> {{ i18n "for_individuals_header_cta" . }}</ a >
19+ < a href ="{{ .Site.LanguagePrefix }}/downloads/ " role ="button " class ="btn btn-primary text-lg w-full md:w-64 plausible-event-name=for-individuals-header-cta " data-umami-event ="for-individuals-header-cta "> {{ i18n "for_individuals_header_cta" . }}</ a >
2020 </ div >
2121 </ div >
2222 < p class ="font-p "> {{ i18n "for_individuals_header_cta_description" . | safeHTML }}</ p >
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ <h1 class="font-h1 mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
1818 < div class ="flex flex-col md:flex-row gap-6 mb-4 ">
1919 < div class ="flex flex-col gap-2 ">
2020 < p class ="block uppercase tracking-wide text-gray-700 text-xs font-bold "> {{ i18n "hub_header_managed_title" . }}</ p >
21- < a href ="{{ .Site.LanguagePrefix }}/hub/managed/ " role ="button " class ="btn btn-primary text-lg px-8 plausible-event-name=hub-header-managed-cta " data-umami-event ="hub-header-managed-cta "> {{ i18n "hub_header_managed_cta" . }}</ a >
21+ < a href ="{{ .Site.LanguagePrefix }}/hub/managed/ " role ="button " class ="btn btn-primary text-lg w-full md:w-64 plausible-event-name=hub-header-managed-cta " data-umami-event ="hub-header-managed-cta "> {{ i18n "hub_header_managed_cta" . }}</ a >
2222 </ div >
2323 < div class ="flex flex-col gap-2 ">
2424 < p class ="block uppercase tracking-wide text-gray-700 text-xs font-bold "> {{ i18n "hub_header_self_hosted_title" . }}</ p >
25- < a href ="{{ .Site.LanguagePrefix }}/hub/self-hosted/ " role ="button " class ="btn btn-primary text-lg px-8 plausible-event-name=hub-header-self-hosted-cta " data-umami-event ="hub-header-self-hosted-cta "> {{ i18n "hub_header_self_hosted_cta" . }}</ a >
25+ < a href ="{{ .Site.LanguagePrefix }}/hub/self-hosted/ " role ="button " class ="btn btn-primary text-lg w-full md:w-64 plausible-event-name=hub-header-self-hosted-cta " data-umami-event ="hub-header-self-hosted-cta "> {{ i18n "hub_header_self_hosted_cta" . }}</ a >
2626 </ div >
2727 </ div >
2828 < p class ="font-p "> {{ i18n "hub_header_cta_description" . | safeHTML }}</ p >
You can’t perform that action at this time.
0 commit comments