This commit is contained in:
parent
ded5f836c4
commit
81fae0a868
@ -5,7 +5,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -3,7 +3,9 @@ import { Helmet } from "react-helmet";
|
|||||||
const Meta = () => {
|
const Meta = () => {
|
||||||
return (
|
return (
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>Project Name</title>
|
<title>
|
||||||
|
gen.played - Random Team Generator for CS:GO, Valorant and other Games
|
||||||
|
</title>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user