Skip to content

Commit 9eec5b4

Browse files
authored
Merge pull request #290 from DguFarmSystem/fix/#290
[Fix] 블로그/프로젝트 모바일 헤더 네비게이션 바 수정
2 parents c24f9a4 + ea86ebb commit 9eec5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/src/components/Header/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ export default function Header() {
113113
<S.NavItem
114114
$isTablet={isTablet}
115115
$isMobile={isMobile}
116-
onClick={() => handleNavItemClick('/blog')}
117-
isActive={location.pathname === '/blog'}
116+
onClick={() => handleNavItemClick('/project')}
117+
isActive={location.pathname === '/project'}
118118
>
119119
블로그 / 프로젝트
120120
</S.NavItem>

0 commit comments

Comments
 (0)