Skip to content

Commit

Permalink
Fix: 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alreadynyeong committed Dec 7, 2023
1 parent ec07eca commit 7c62764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/layout/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ const Line = styled.div<LineProps>`
}
&:nth-child(3) {
width: ${({ isHovered }) => (isHovered === "true" ? "100%" : "400%")};
width: ${({ ishovered }) => (ishovered === "true" ? "100%" : "400%")};
}
`;
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Home() {
<title>LeeMinHyeong</title>
<meta name="description" content="Minhyeong's Portfolio" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favIcon.png" />
<link rel="icon" href="public/favIcon.png" />
</Head>
<Container>
{HomeData.map((section) => (
Expand Down

0 comments on commit 7c62764

Please sign in to comment.