minor fixes (sp, rm redundant classes on missed file)

This commit is contained in:
Aidan 2024-12-23 00:49:51 -05:00
parent b7db0e6da1
commit b17ef4d9ec
No known key found for this signature in database
GPG Key ID: 1773A01F0EFE4FC1
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ An open-source Magisk modules and root/FOSS app store
This is my first project which uses `bun`.
Modules does **NOT** host the modules themselves, and only provides downloads to third-party sources. It's database is open source, and is the `apps.json` and `modules.json` files.
Modules does **NOT** host the modules themselves, and only provides downloads to third-party sources. Its database is open source, and is the `apps.json` and `modules.json` files.
Unless a module is labeled `SelfHost`, I am not hosting the file in question.

View File

@ -50,13 +50,13 @@
<button id="menu-btn" class="md:hidden text-white focus:outline-none"><i class="fas fa-bars"></i></button>
</div>
<div id="mobile-menu" class="hidden md:hidden">
<p class="block px-4 py-2 text-gray-300 flex items-center">
<p class="flex px-4 py-2 text-gray-300 items-center">
<i class="fas fa-home mr-2"></i> Home
</p>
<a href="/apps" class="block px-4 py-2 text-white hover:bg-gray-700 flex items-center">
<a href="/apps" class="flex px-4 py-2 text-white hover:bg-gray-700 items-center">
<i class="fa-brands fa-google-play mr-2"></i> Apps
</a>
<a href="/modules" class="block px-4 py-2 text-white hover:bg-gray-700 flex items-center">
<a href="/modules" class="flex px-4 py-2 text-white hover:bg-gray-700 items-center">
<i class="fas fa-puzzle-piece mr-2"></i> Modules
</a>
<!--