diff --git a/index.html b/index.html index e8743b1..36c09f7 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - played - Random Team Generator + gen.played - Random Team Generator for CS:GO, Valorant and other Games diff --git a/src/Components/Layout/Meta.tsx b/src/Components/Layout/Meta.tsx index 647702d..ccbe4ca 100644 --- a/src/Components/Layout/Meta.tsx +++ b/src/Components/Layout/Meta.tsx @@ -3,7 +3,9 @@ import { Helmet } from "react-helmet"; const Meta = () => { return ( - Project Name + + gen.played - Random Team Generator for CS:GO, Valorant and other Games + ); };