From 400c78e59bcbafc112fe0ae1fb83e256c5cb0add Mon Sep 17 00:00:00 2001 From: snxraven Date: Thu, 7 Aug 2025 23:26:49 -0400 Subject: [PATCH] update --- connectMC | 2 +- index.html | 2 +- servers/style.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/connectMC b/connectMC index a95a6da..d8fbfda 100644 --- a/connectMC +++ b/connectMC @@ -31,7 +31,7 @@ done # 3) Install required npm packages if needed if [ "$install_needed" = true ]; then echo "Installing npm packages..." - npm install -g holesail@2.1.0 + npm install -g holesail@2.3.0 else echo "npm packages are already installed. Skipping..." fi diff --git a/index.html b/index.html index f5d16ec..54db012 100644 --- a/index.html +++ b/index.html @@ -157,7 +157,7 @@ Within Minecraft127.0.0.1:25565.

- Get Started with Holesail

⛵ What Can Holesail Do?

diff --git a/servers/style.css b/servers/style.css index 3fdb547..721780e 100644 --- a/servers/style.css +++ b/servers/style.css @@ -9,12 +9,12 @@ body { main { flex: 1 0 auto; } -footer { +/* footer { flex-shrink: 0; position: sticky; bottom: 0; width: 100%; -} +} */ .copy-btn { display: inline-flex; align-items: center;