Skip to content

Commit

Permalink
Patch home cta link
Browse files Browse the repository at this point in the history
  • Loading branch information
JedHazaymeh committed Feb 19, 2024
1 parent 008b245 commit 3e4ee9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_includes/home/sections/cta.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<p class="text-white text-shadow sm:text-lg/relaxed mb-8">
{{ sections.cta.body }}
</p>
<button
<a
class="btn btn-primary shadow-lg w-full sm:w-36"
href="{{ sections.cta.button.link }}"
rel="noreferrer"
target="_blank"
>
{{ sections.cta.button.text }}
</button>
</a>
</div>
</div>
{% include "home/sections/cta/gallery.njk" %}
Expand Down

0 comments on commit 3e4ee9c

Please sign in to comment.