update
This commit is contained in:
@@ -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
|
||||
|
@@ -157,7 +157,7 @@
|
||||
Within Minecraft<code class="bg-gray-800 text-teal-400 px-1 rounded">127.0.0.1:25565</code>.
|
||||
</p>
|
||||
<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>
|
||||
</div>
|
||||
<h3 class="text-xl minecraft-font mb-6 text-center text-teal-400">⛵ What Can Holesail Do?</h3>
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user