Skip to content

Commit

Permalink
Merge pull request #194 from side-peek/feature/LogoRefresh
Browse files Browse the repository at this point in the history
[Feature/LogoRefresh] 로고 클릭시 새로고침 실행
  • Loading branch information
wdgWon authored Apr 2, 2024
2 parents 5dd1ece + 4003911 commit 2407364
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/LogoLink/LogoLink.tsx
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -10,9 +8,7 @@ interface LogoLinkProps {

const LogoLink = ({ logoHeight }: LogoLinkProps) => {
return (
<Link
as={ReactRouterLink}
to="/">
<Link href="/">
<Image
height={logoHeight}
aspectRatio={5 / 1.3}
Expand Down

0 comments on commit 2407364

Please sign in to comment.