minor fixes (sp, rm redundant classes on missed file)
This commit is contained in:
parent
b7db0e6da1
commit
b17ef4d9ec
@ -7,7 +7,7 @@ An open-source Magisk modules and root/FOSS app store
|
|||||||
|
|
||||||
This is my first project which uses `bun`.
|
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.
|
Unless a module is labeled `SelfHost`, I am not hosting the file in question.
|
||||||
|
|
||||||
|
@ -50,13 +50,13 @@
|
|||||||
<button id="menu-btn" class="md:hidden text-white focus:outline-none"><i class="fas fa-bars"></i></button>
|
<button id="menu-btn" class="md:hidden text-white focus:outline-none"><i class="fas fa-bars"></i></button>
|
||||||
</div>
|
</div>
|
||||||
<div id="mobile-menu" class="hidden md:hidden">
|
<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
|
<i class="fas fa-home mr-2"></i> Home
|
||||||
</p>
|
</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
|
<i class="fa-brands fa-google-play mr-2"></i> Apps
|
||||||
</a>
|
</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
|
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
||||||
</a>
|
</a>
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user