add mailto to email link

This commit is contained in:
Triston Armstrong 2024-07-20 16:50:26 -05:00
parent 892a972668
commit 1459ed390e
No known key found for this signature in database
GPG Key ID: FADE6AC6F956FC52

View File

@ -47,12 +47,14 @@
<a class="hover:text-[#ffce00]">Now</a> <a class="hover:text-[#ffce00]">Now</a>
<a class="hover:text-[#ffce00]">Featured</a> <a class="hover:text-[#ffce00]">Featured</a>
</div> </div>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" <a href="mailto:tarmstrong95@proton.me">
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
class="lucide lucide-mail text-slate-400 hover:text-[#ffce00]"> stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
<rect width="20" height="16" x="2" y="4" rx="2" /> class="lucide lucide-mail text-slate-400 hover:text-[#ffce00]">
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" /> <rect width="20" height="16" x="2" y="4" rx="2" />
</svg> <path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" />
</svg>
</a>
</nav> </nav>
<!-- ______________________________________________________________ --> <!-- ______________________________________________________________ -->