diff options
Diffstat (limited to 'src/components/Header/index.tsx')
| -rw-r--r-- | src/components/Header/index.tsx | 3 |
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> ); |
