diff options
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index e47d9a1..9cacbe7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,7 @@ import sites from '../components/sites.json'; <Layout> <div class="container"> - <h1>bits & Bytes Minecraft</h1> + <h1>Welcome to bits & Bytes Minecraft!</h1> <p>IP: mc.bnbmc.net</p> <i>Must be an active member of the bits & Bytes Discord to join.</i> <div class="flex"> |
