From 81fae0a86862c6b06331e2319be0d1b54a069e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20B=C3=BChler?= Date: Sun, 24 Apr 2022 18:24:47 +0200 Subject: [PATCH] - add correct title --- index.html | 2 +- src/Components/Layout/Meta.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 + ); };