removeing not needed link

This commit is contained in:
MCHost
2025-07-04 02:18:13 -04:00
parent 555efe6809
commit e5be4899c6

View File

@ -51,9 +51,6 @@
<li class="mb-6"> <li class="mb-6">
<a href="https://stats.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">System Stats</a> <a href="https://stats.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">System Stats</a>
</li> </li>
<li class="mb-6">
<a href="https://status.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" target="_blank">Check MC Status</a>
</li>
</ul> </ul>
</nav> </nav>
<!-- Particle Effects --> <!-- Particle Effects -->
@ -75,7 +72,6 @@
<a href="https://my-mc.link" class="nav-btn">Home</a> <a href="https://my-mc.link" class="nav-btn">Home</a>
<a href="https://panel.my-mc.link" class="nav-btn" target="_blank">Panel</a> <a href="https://panel.my-mc.link" class="nav-btn" target="_blank">Panel</a>
<a href="https://stats.my-mc.link" class="nav-btn">System Stats</a> <a href="https://stats.my-mc.link" class="nav-btn">System Stats</a>
<a href="https://status.my-mc.link" class="nav-btn" target="_blank">Check MC Status</a>
</nav> </nav>
</div> </div>
</header> </header>