Add ID to Discord button

This commit is contained in:
Thomas Smith 2022-08-22 10:14:31 -04:00
parent 1ddfd6e128
commit 3b1ce85b35

View file

@ -122,7 +122,7 @@
<div class="card-body my-auto" style="display:flex; flex-direction:column; background-color: #23282C; border: 2px solid #54BAAB; border-radius:15px;">
<div class="p-lg-2 p-md-2 p-sm-0 text-center">
<p class="ama-text mb-3">Join our discord, where you can talk to our team on the regular and ask anything. </p>
<a class="btn btn-primary discord-btn mb-2" href="https://discord.gg/KCZsXfJphn"
<a class="btn btn-primary discord-btn mb-2" id="discord-btn" href="https://discord.gg/KCZsXfJphn"
role="button">Join Discord</a>
</div>
</div>