This commit is contained in:
2025-08-07 23:26:49 -04:00
parent a14126b077
commit 400c78e59b
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ done
# 3) Install required npm packages if needed # 3) Install required npm packages if needed
if [ "$install_needed" = true ]; then if [ "$install_needed" = true ]; then
echo "Installing npm packages..." echo "Installing npm packages..."
npm install -g holesail@2.1.0 npm install -g holesail@2.3.0
else else
echo "npm packages are already installed. Skipping..." echo "npm packages are already installed. Skipping..."
fi fi

View File

@@ -157,7 +157,7 @@
Within Minecraft<code class="bg-gray-800 text-teal-400 px-1 rounded">127.0.0.1:25565</code>. Within Minecraft<code class="bg-gray-800 text-teal-400 px-1 rounded">127.0.0.1:25565</code>.
</p> </p>
<div class="flex justify-center mb-8"> <div class="flex justify-center mb-8">
<a href="https://docs.holesail.io-overview/what-can-holesail-do" class="btn-minecraft text-base" <a href="https://docs.holesail.io/overview/what-can-holesail-do" class="btn-minecraft text-base"
target="_blank">Get Started with Holesail</a> target="_blank">Get Started with Holesail</a>
</div> </div>
<h3 class="text-xl minecraft-font mb-6 text-center text-teal-400">⛵ What Can Holesail Do?</h3> <h3 class="text-xl minecraft-font mb-6 text-center text-teal-400">⛵ What Can Holesail Do?</h3>

View File

@@ -9,12 +9,12 @@ body {
main { main {
flex: 1 0 auto; flex: 1 0 auto;
} }
footer { /* footer {
flex-shrink: 0; flex-shrink: 0;
position: sticky; position: sticky;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
} } */
.copy-btn { .copy-btn {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;