refactor: remove unused links and add contact link url

This commit is contained in:
Kentai Radiquum 2024-06-25 00:45:46 +05:00
parent a4701a2dec
commit 73b147e1c1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -113,17 +113,11 @@
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">© 2024 wah.su | All Rights Reserved. <span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">© 2024 wah.su | All Rights Reserved.
</span> </span>
<ul class="flex flex-wrap items-center mt-3 text-sm font-medium text-gray-500 dark:text-gray-400 sm:mt-0"> <ul class="flex flex-wrap items-center mt-3 text-sm font-medium text-gray-500 dark:text-gray-400 sm:mt-0">
<li>
<a href="#" class="hover:underline me-4 md:me-6">About</a>
</li>
<li> <li>
<a href="#" class="hover:underline me-4 md:me-6">Privacy Policy</a> <a href="#" class="hover:underline me-4 md:me-6">Privacy Policy</a>
</li> </li>
<li> <li>
<a href="#" class="hover:underline me-4 md:me-6">Licensing</a> <a href="https://bento.me/radiquum" class="hover:underline">Contact</a>
</li>
<li>
<a href="#" class="hover:underline">Contact</a>
</li> </li>
</ul> </ul>
</div> </div>