aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Header/index.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-03 19:25:55 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-03 19:25:55 -0700
commit470adff2f38e66411255977c9d467abbf2098e9c (patch)
treed0c9b77daf8a4e34f12109fe621dfbc78ea49c8c /src/components/Header/index.tsx
parente54a03e1329bd4711203ec8d49afcc1b095796af (diff)
make logo redirect to home
Diffstat (limited to 'src/components/Header/index.tsx')
-rw-r--r--src/components/Header/index.tsx3
1 files changed, 2 insertions, 1 deletions
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}
/>
+ <a href="/">
<Styled.Logo>{appName}</Styled.Logo>
- <a href="#"></a>
+ </a>
</Styled.Content>
</Styled.Container>
);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage