small update

This commit is contained in:
2025-07-07 03:11:52 -04:00
parent 75a0840ca1
commit 389107e06d
2 changed files with 139 additions and 138 deletions

View File

@@ -65,7 +65,7 @@
<h2 class="text-3xl minecraft-font mb-8 text-center bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-blue-500">
Public Server List</h2>
<p class="text-lg mb-8 max-w-3xl mx-auto opacity-90 leading-relaxed text-center">
Discover servers publically hosted on My-MC.<BR>Our public Realms list resets daily at 12 AM EST daily.
Discover servers publically hosted on My-MC.<BR>Our public Realms list resets daily at 12 AM EST.
</p>
<div class="search-container">
<input type="text" id="search-input" class="search-input" placeholder="Search by owner, MOTD, version, or status...">

View File

@@ -10,6 +10,7 @@
});
}
// Function to create a server card
// Function to create a server card
function createServerCard(server, isNew = false) {
const ownerName = server.ops && server.ops.length > 0 ? server.ops[0].name : 'Unknown';