forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 15:57:20 -06:00
parent aeee6cf0a1
commit 8e789f16b1
1 changed files with 0 additions and 6 deletions

View File

@ -47,7 +47,6 @@
<table class="w-full table mt-6">
<thead class="bg-primary text-white">
<tr>
<th scope="col" class="p-2.5"></th>
<th scope="col" class="p-2.5">Domain</th>
<th scope="col" class="p-2.5">Ban reason</th>
</tr>
@ -55,11 +54,6 @@
<tbody>
{% for domain in banned_domains %}
<tr class="odd:bg-gray-300 dark:odd:bg-white/[.05] hover:bg-gray-400 dark:hover:bg-white/10">
<td class="px-2.5 font-bold">
<div class="flex items-center justify-center w-16 h-16 p-2">
<i class="fas fa-globe fa-fw"></i>
</div>
</td>
<td class="px-2.5 font-bold">
{{domain.domain}}
</td>