- add correct title
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Enrico Bühler 2022-04-24 18:24:47 +02:00
parent ded5f836c4
commit 81fae0a868
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>played - Random Team Generator</title>
<title>gen.played - Random Team Generator for CS:GO, Valorant and other Games</title>
</head>
<body>

View File

@ -3,7 +3,9 @@ import { Helmet } from "react-helmet";
const Meta = () => {
return (
<Helmet>
<title>Project Name</title>
<title>
gen.played - Random Team Generator for CS:GO, Valorant and other Games
</title>
</Helmet>
);
};