Skip to content

Commit 3c58b51

Browse files
committed
refactor: translate text Learn, Reference and more in TopNav.tsx
1 parent e0f4618 commit 3c58b51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Layout/TopNav/TopNav.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,20 +408,20 @@ export default function TopNav({
408408
<Suspense fallback={null}>
409409
<div className="ps-3 xs:ps-5 xs:gap-0.5 xs:text-base overflow-x-auto flex flex-row lg:hidden text-base font-bold text-secondary dark:text-secondary-dark">
410410
<NavItem isActive={section === 'learn'} url="/learn">
411-
Learn
411+
학습하기
412412
</NavItem>
413413
<NavItem
414414
isActive={section === 'reference'}
415415
url="/reference/react">
416-
Reference
416+
API 참고서
417417
</NavItem>
418418
<NavItem
419419
isActive={section === 'community'}
420420
url="/community">
421-
Community
421+
커뮤니티
422422
</NavItem>
423423
<NavItem isActive={section === 'blog'} url="/blog">
424-
Blog
424+
블로그
425425
</NavItem>
426426
</div>
427427
<div

0 commit comments

Comments
 (0)