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

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

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>
);
};