Update About content, change "Games" to "Server"

This commit is contained in:
Neshura 2023-03-14 21:21:40 +01:00
parent 2eb8d03cd6
commit 2dc752734b
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 5 additions and 4 deletions

View file

@ -14,7 +14,8 @@ export default function About() {
About About
</PageTitle> </PageTitle>
<PageDescription> <PageDescription>
This website is primarily for managing my game servers in one spot I&apos;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.
</PageDescription> </PageDescription>
</> </>
) )

View file

@ -9,7 +9,7 @@ function Servers() {
return ( return (
<> <>
<Head> <Head>
<title>Neshweb - Games</title> <title>Neshweb - Servers</title>
<meta charSet='utf-8' /> <meta charSet='utf-8' />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>

View file

@ -9,8 +9,8 @@
"href": "/about" "href": "/about"
}, },
{ {
"name": "Games", "name": "Servers",
"href": "/games" "href": "/servers"
}, },
{ {
"name": "Services", "name": "Services",