Skip to content
Snippets Groups Projects
Commit 3dd1001d authored by Joakim Røren Melum's avatar Joakim Røren Melum
Browse files

fixed button hyperlink.

parent a4435bfd
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@
</div>
</div>
</section>
<!-- WHY-CHOOSE-THEAID -->
<section class="why-choose-theaid-section"
......@@ -238,8 +238,10 @@
<img th:src="@{/images/first-aid.jpeg}" alt="doll with cpr" class="cta-img" />
<div></div>
<div class="cta-text-box">
<h2 class="cta-text"> Cant find a suitable course for your workplace ?</h2>
<button class="contact-us book-now" href="mailto:support@theaid.no">Contact us</button>
<h2 class="cta-text"> Cant find a suitable course for your workplace ?</h2>
<a href="mailto:support@theaid.no">
<button class="contact-us book-now" >Contact us</button>
</a>
</div>
</div>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment