Skip to content

Commit

Permalink
⚡ update landing page hero template cta btn
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Aug 22, 2023
1 parent feb888e commit 8cee63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/landing/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h4 class="heading mt-0 mb-3">
</a>
{{ end }}
{{ if .Site.Data.landing.hero.cta2Button }}
<a href="{{ relLangURL .Site.Data.landing.hero.cta2Button.url }}" class="btn btn-lg btn-soft-primary mt-2">
<a href="{{ relLangURL .Site.Data.landing.hero.cta2Button.url }}" class="btn btn-lg btn-outline-primary mt-2">
{{ if .Site.Data.landing.hero.cta2Button.icon }}
<span class="material-icons align-middle">{{ .Site.Data.landing.hero.cta2Button.icon }}</span>
{{ end }}
Expand Down

0 comments on commit 8cee63e

Please sign in to comment.