Skip to content

Commit

Permalink
Fix cta button link
Browse files Browse the repository at this point in the history
  • Loading branch information
theatrus committed May 12, 2024
1 parent f5785a2 commit 487f8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/landing/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h4 class="heading mt-0 mb-3">

<div class="mt-3">
{{ with .ctaButton }}
<a href="{{ relLangURL .Site.Data.landing.hero.ctaButton.url }}" class="btn btn-lg btn-primary me-2 mt-2">
<a href="{{ relLangURL .url }}" class="btn btn-lg btn-primary me-2 mt-2">
{{ with .icon }}
<span class="material-icons align-middle">{{ . }}</span>
{{ end }}
Expand Down Expand Up @@ -120,4 +120,4 @@ <h4 class="heading mt-0 mb-3">
</section><!--end section-->
<!-- Hero End -->
{{ end }}
{{ end }}
{{ end }}

0 comments on commit 487f8f1

Please sign in to comment.