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
|
||||
</PageTitle>
|
||||
<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>
|
||||
</>
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ function Servers() {
|
|||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Neshweb - Games</title>
|
||||
<title>Neshweb - Servers</title>
|
||||
<meta charSet='utf-8' />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
|
@ -9,8 +9,8 @@
|
|||
"href": "/about"
|
||||
},
|
||||
{
|
||||
"name": "Games",
|
||||
"href": "/games"
|
||||
"name": "Servers",
|
||||
"href": "/servers"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
|
|
Loading…
Reference in a new issue