forked from rDrama/rDrama
1
0
Fork 0

Revert "fix"

This reverts commit 3a8b075cf1.
master
kek7198 2021-12-24 15:06:20 -06:00
parent 3a8b075cf1
commit 260351cd31
1 changed files with 6 additions and 6 deletions

View File

@ -90,32 +90,32 @@
<div class="mt-4 w-full px-4 sm:px-0">
<ul class="mx-auto max-w-2xl flex flex-col md:flex-row md:items-center md:justify-center md:space-x-3 md:divide-x md:divide-gray-700 text-xs font-medium leading-none">
<li>
<a href="/post/5500" class="text-gray-500 hover:text-gray-400 dark:text-gray-400 dark:hover:text-gray-200">
<a href="/post/5500" class="text-gray-500 hover:text-gray-400">
About
</a>
</li>
<li class="mt-4 md:mt-0 md:pl-3">
<a href="/contact" class="text-gray-500 hover:text-gray-400 dark:text-gray-400 dark:hover:text-gray-200">
<a href="/contact" class="text-gray-500 hover:text-gray-400">
Contact
</a>
</li>
<li class="mt-4 md:mt-0 md:pl-3">
<a href="/post/5500" class="text-gray-500 hover:text-gray-400 dark:text-gray-400 dark:hover:text-gray-200">
<a href="/post/5500" class="text-gray-500 hover:text-gray-400">
Welcome Guide
</a>
</li>
<li class="mt-4 md:mt-0 md:pl-3">
<a href="/rules" class="text-gray-500 hover:text-gray-400 dark:text-gray-400 dark:hover:text-gray-200">
<a href="/rules" class="text-gray-500 hover:text-gray-400">
Community Etiquette
</a>
</li>
<li class="mt-4 md:mt-0 md:pl-3">
<a href="/changelog" class="text-gray-500 hover:text-gray-400 dark:text-gray-400 dark:hover:text-gray-200">
<a href="/changelog" class="text-gray-500 hover:text-gray-400">
Changelog
</a>
</li>
<li class="mt-4 md:mt-0 md:pl-3">
<a href="https://github.com/Aevann1/Drama" class="text-gray-500 hover:text-gray-400 dark:text-gray-400 dark:hover:text-gray-200">
<a href="https://github.com/Aevann1/Drama" class="text-gray-500 hover:text-gray-400">
GitHub
</a>
</li>