master
kek7198 2021-12-31 09:55:44 -06:00
parent 816e818a66
commit 6566c7211d
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<div class="relative col-span-full flex items-center"> <div class="relative col-span-full flex items-center">
<div> <div>
<h1 class="font-bold text-xl font-heading leading-normal mb-0"> <h1 class="font-bold text-xl font-heading leading-normal mb-0">
Reported Content Reports
</h1> </h1>
<ul class="flex space-x-2 text-xs text-gray-500 dark:text-gray-400 leading-normal mb-0"> <ul class="flex space-x-2 text-xs text-gray-500 dark:text-gray-400 leading-normal mb-0">
<li> <li>
@ -23,7 +23,7 @@
<i class="fas fa-arrow-alt-right text-shadow fa-fw fa-sm"></i> <i class="fas fa-arrow-alt-right text-shadow fa-fw fa-sm"></i>
</li> </li>
<li> <li>
<a href="#" class="text-gray-700 dark:text-gray-500 hover:underline">Reported Content</a> <a href="#" class="text-gray-700 dark:text-gray-500 hover:underline">Reports</a>
</li> </li>
</ul> </ul>
</div> </div>