From 2dc752734b5ac651c9595d6b9dc9bee3441d2774 Mon Sep 17 00:00:00 2001 From: Neshura Date: Tue, 14 Mar 2023 21:21:40 +0100 Subject: [PATCH] Update About content, change "Games" to "Server" --- pages/about.tsx | 3 ++- pages/{games.tsx => servers.tsx} | 2 +- public/data/navbar.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) rename pages/{games.tsx => servers.tsx} (93%) diff --git a/pages/about.tsx b/pages/about.tsx index 4874605..89768c9 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -14,7 +14,8 @@ export default function About() { About - This website is primarily for managing my game servers in one spot + I'm currently expanding what I want to do with this site. + Currently a list of available services and servers is available via the respective navbar entry. ) diff --git a/pages/games.tsx b/pages/servers.tsx similarity index 93% rename from pages/games.tsx rename to pages/servers.tsx index f57ba1b..1acfe95 100644 --- a/pages/games.tsx +++ b/pages/servers.tsx @@ -9,7 +9,7 @@ function Servers() { return ( <> - Neshweb - Games + Neshweb - Servers diff --git a/public/data/navbar.json b/public/data/navbar.json index 613e960..cf2227b 100644 --- a/public/data/navbar.json +++ b/public/data/navbar.json @@ -9,8 +9,8 @@ "href": "/about" }, { - "name": "Games", - "href": "/games" + "name": "Servers", + "href": "/servers" }, { "name": "Services",