From b4038eb0d0452e5e1e544b77231d6d119367c3f5 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sun, 25 Jun 2023 22:27:26 -0700 Subject: Heardle Template -> EpicWolverine's Heardle --- public/index.html | 2 +- src/components/Header/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index f8dc66b..d118cad 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - Heardle Template + EpicWolverine's Heardle diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 0c7f330..bdc4919 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -18,7 +18,7 @@ export function Header({ openInfoPopUp }: Props) { height={30} /> - Heardle Template + EpicWolverine's Heardle -- cgit v1.2.3