mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:35:07 +03:00
Add ID to Discord button
This commit is contained in:
parent
1ddfd6e128
commit
3b1ce85b35
1 changed files with 1 additions and 1 deletions
|
@ -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="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">
|
<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>
|
<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>
|
role="button">Join Discord</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue