forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 19:46:04 -06:00
parent 3ad01e488f
commit 90d425498d
1 changed files with 4 additions and 5 deletions

View File

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