forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 19:49:12 -06:00
parent 0998c96f74
commit 98819352b3
1 changed files with 2 additions and 8 deletions

View File

@ -14,20 +14,14 @@
{% if v %}
<ul class="flex flex-col space-y-2 mt-3 mb-0">
<li>
<a class="btn btn-primary w-full" href="/submit">
<a class="btn btn-primary text-center w-full" href="/submit">
Submit drama
<i class="fas fa-arrow-alt-right fa-fw fa-sm ml-1"></i>
</a>
</li>
<li>
<a class="btn btn-yellow w-full" href="/submit">
rDrama shop
<i class="fas fa-arrow-alt-right fa-fw fa-sm ml-1"></i>
</a>
</li>
{% if not v.discord_id %}
<li>
<a class="btn btn-blue w-full" href="/discord">
<a class="btn btn-pink text-center w-full" href="/discord">
Discord Server
<i class="fas fa-arrow-alt-right fa-fw fa-sm ml-1"></i>
</a>