diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-25 22:27:26 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-25 22:27:26 -0700 |
| commit | b4038eb0d0452e5e1e544b77231d6d119367c3f5 (patch) | |
| tree | 9cc9c521d341984dca0f040bb22069f3e616603a | |
| parent | 53939633d070ff498fbb9ae2f26a0be0317efee6 (diff) | |
Heardle Template -> EpicWolverine's Heardle
| -rw-r--r-- | public/index.html | 2 | ||||
| -rw-r--r-- | 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`. --> - <title>Heardle Template</title> + <title>EpicWolverine's Heardle</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> 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} /> - <Styled.Logo>Heardle Template</Styled.Logo> + <Styled.Logo>EpicWolverine's Heardle</Styled.Logo> <a href="#"></a> </Styled.Content> </Styled.Container> |
