diff --git a/src/components/LogoLink/LogoLink.tsx b/src/components/LogoLink/LogoLink.tsx
index 809c301e..1340a563 100644
--- a/src/components/LogoLink/LogoLink.tsx
+++ b/src/components/LogoLink/LogoLink.tsx
@@ -1,5 +1,3 @@
-import { Link as ReactRouterLink } from "react-router-dom"
-
import { Image, Link } from "@chakra-ui/react"
import SidePeekLogoSVG from "@assets/svgs/sidepeek_logo.svg"
@@ -10,9 +8,7 @@ interface LogoLinkProps {
const LogoLink = ({ logoHeight }: LogoLinkProps) => {
return (
-
+