From 266a736c086b066999ecb6c26b370a1f4d33efcd Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 21 Feb 2025 17:52:28 -0500 Subject: Fixed IP --- src/pages/index.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9cacbe7..66885ad 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,7 +9,7 @@ import sites from '../components/sites.json';

Welcome to bits & Bytes Minecraft!

-

IP: mc.bnbmc.net

+

IP: bnbmc.net

Must be an active member of the bits & Bytes Discord to join.
{sites.map((site) => ( @@ -53,4 +53,8 @@ import sites from '../components/sites.json'; margin-top: .5em; margin-bottom: .5em; } + + .ip { + font-size: 1.2em; + } -- cgit v1.2.3