We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f234909 commit 7c73c13Copy full SHA for 7c73c13
pages/tools/index.tsx
@@ -6,14 +6,14 @@ export default function Tools({ location }: {location: string}) {
6
return (
7
<Main>
8
<Head>
9
- <title>Guides | Hu Tao</title>
+ <title>Tools | Hu Tao</title>
10
<meta name="twitter:card" content="summary" />
11
- <meta property="og:title" content="Guides | Hu Tao" />
12
- <meta property="og:description" content="View currently available guides and routes" />
+ <meta property="og:title" content="Tools | Hu Tao" />
+ <meta property="og:description" content="Some tools for Genshin Impact" />
13
</Head>
14
15
<h1 className="text-5xl font-bold pb-2">
16
- Guides
+ Tools
17
</h1>
18
19
<ul>
0 commit comments