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",