From 91180344b1b58cb0cb657f63f7621f8fda959608 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sun, 25 Jun 2023 23:08:04 -0700 Subject: Move app name to a constant --- src/components/Header/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/Header') diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index bdc4919..874ba6e 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -1,5 +1,6 @@ import React from "react"; import { IoInformationCircleOutline } from "react-icons/io5"; +import { appName } from "../../constants"; import * as Styled from "./index.styled"; @@ -18,7 +19,7 @@ export function Header({ openInfoPopUp }: Props) { height={30} /> - EpicWolverine's Heardle + {appName} -- cgit v1.2.3