Compare commits

...

2 Commits

Author SHA1 Message Date
ebcdd4195d Merge remote-tracking branch 'gitea/feature' into feature 2023-06-16 22:17:12 +08:00
c02e31d057 修正错误 2023-06-16 20:31:59 +08:00

View File

@ -34,7 +34,7 @@ class="flex items-center w-full p-2 text-gray-900 transition duration-75 rounded
</a> </a>
</li> </li>
<li> <li>
<a href="#{{ route('console.friends-link.check') }}" <a href="{{ route('console.friends-link.check') }}"
class="flex items-center w-full p-2 text-gray-900 transition duration-75 rounded-lg pl-11 group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700"> class="flex items-center w-full p-2 text-gray-900 transition duration-75 rounded-lg pl-11 group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700">
<i class="bi bi-cloud-check"></i> <i class="bi bi-cloud-check"></i>
<span class="ml-3">待审核</span> <span class="ml-3">待审核</span>