remove refresh and backup from mobile menu
This commit is contained in:
@@ -43,14 +43,6 @@
|
||||
class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400">System
|
||||
Stats</a>
|
||||
</li>
|
||||
<li class="mb-6">
|
||||
<button id="mobileRefresh"
|
||||
class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400">Refresh</button>
|
||||
</li>
|
||||
<li class="mb-6">
|
||||
<button id="mobileBackupBtn"
|
||||
class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400">Backup</button>
|
||||
</li>
|
||||
<li class="mb-6">
|
||||
<a href="https://info.my-mc.link"
|
||||
class="text-lg minecraft-font text-white bg-gradient-to-r from-teal-400 to-blue-500 px-4 py-2 rounded-md hover:bg-gradient-to-r hover:from-blue-500 hover:to-teal-400"
|
||||
@@ -81,7 +73,7 @@
|
||||
<nav class="flex items-center gap-2 hidden md:flex">
|
||||
<a href="https://my-mc.link" class="nav-btn">Home</a>
|
||||
<a href="https://stats.my-mc.link" class="nav-btn" target="_blank">System Stats</a>
|
||||
<button id="refresh" class="nav-btn">Refresh</button>
|
||||
<button id="refresh" class="nav-btn control-btn">Refresh</button>
|
||||
<button id="backupBtn" class="nav-btn">Backup</button>
|
||||
<a href="https://info.my-mc.link" class="nav-btn" target="_blank">Wiki</a>
|
||||
<button id="logoutBtn" class="nav-btn">Logout</button>
|
||||
|
Reference in New Issue
Block a user