Update About content, change "Games" to "Server"
This commit is contained in:
parent
2eb8d03cd6
commit
2dc752734b
3 changed files with 5 additions and 4 deletions
|
@ -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'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>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|
|
@ -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>
|
|
@ -9,8 +9,8 @@
|
||||||
"href": "/about"
|
"href": "/about"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Games",
|
"name": "Servers",
|
||||||
"href": "/games"
|
"href": "/servers"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Services",
|
"name": "Services",
|
||||||
|
|
Loading…
Reference in a new issue