From 524f19f47d0837b7ac33b6e9be8288f6e4877411 Mon Sep 17 00:00:00 2001 From: Kartik Gupta <84975264+kartik-gupta-ij@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:36:36 +0530 Subject: [PATCH] fix logo url path (#156) --- src/components/Header/PrimaryHeader.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Header/PrimaryHeader.tsx b/src/components/Header/PrimaryHeader.tsx index 7907cf49..c7d9674f 100644 --- a/src/components/Header/PrimaryHeader.tsx +++ b/src/components/Header/PrimaryHeader.tsx @@ -4,7 +4,6 @@ import { HEADER_HEIGHT } from '@/constants/theme'; import type { HeaderProps as MantineHeaderProps } from '@mantine/core'; import { Box, Button, Image, Header as MantineHeader, Tooltip } from '@mantine/core'; import { FC } from 'react'; -import { Link } from 'react-router-dom'; import { useHeaderStyles } from './styles'; type PrimaryHeaderProps = Omit; @@ -16,9 +15,9 @@ const PrimaryHeader: FC = (props) => { return ( - + Parseable Logo - +