From 470adff2f38e66411255977c9d467abbf2098e9c Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 19:25:55 -0700 Subject: make logo redirect to home --- src/components/Header/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/Header/index.tsx') diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 9f199fc..ba3c70b 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -18,8 +18,9 @@ export function Header({ openInfoPopUp }: Props) { width={30} height={30} /> + {appName} - + ); -- cgit v1.2.3