mirror of
https://github.com/ivabus/www
synced 2024-11-10 15:55:14 +03:00
Add ID to Discord button
This commit is contained in:
parent
1ddfd6e128
commit
3b1ce85b35
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue