diff options
| -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> |
