forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 19:48:29 -06:00
parent 90d425498d
commit 0998c96f74
1 changed files with 6 additions and 6 deletions

View File

@ -14,21 +14,21 @@
{% if v %}
<ul class="flex flex-col space-y-2 mt-3 mb-0">
<li>
<a class="btn btn-primary text-center w-full" href="/submit">
<span class="w-32">Submit drama</span>
<a class="btn btn-primary 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 text-center w-full" href="/submit">
<span class="w-32">rDrama Shop</span>
<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 text-center w-full" href="/discord">
<span class="w-32">Discord Server</span>
<a class="btn btn-blue w-full" href="/discord">
Discord Server
<i class="fas fa-arrow-alt-right fa-fw fa-sm ml-1"></i>
</a>
</li>