Skip to content

Commit 70e6a77

Browse files
トップナビゲーターを日本語にした。
1 parent 75344aa commit 70e6a77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/Layout/TopNav/TopNav.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export default function TopNav({
310310
)}
311311
onClick={onOpenSearch}>
312312
<IconSearch className="align-middle me-3 text-gray-30 shrink-0 group-betterhover:hover:text-gray-70" />
313-
Search
313+
検索
314314
<span className="hidden ms-auto sm:flex item-center me-1">
315315
<Kbd data-platform="mac"></Kbd>
316316
<Kbd data-platform="win" wide>
@@ -323,18 +323,18 @@ export default function TopNav({
323323
<div className="text-base justify-center items-center gap-1.5 flex 3xl:flex-1 flex-row 3xl:justify-end">
324324
<div className="mx-2.5 gap-1.5 hidden lg:flex">
325325
<NavItem isActive={section === 'learn'} url="/learn">
326-
Learn
326+
学ぶ
327327
</NavItem>
328328
<NavItem
329329
isActive={section === 'reference'}
330330
url="/reference/react">
331-
Reference
331+
リファレンス
332332
</NavItem>
333333
<NavItem isActive={section === 'community'} url="/community">
334-
Community
334+
コミュニティ
335335
</NavItem>
336336
<NavItem isActive={section === 'blog'} url="/blog">
337-
Blog
337+
ブログ
338338
</NavItem>
339339
</div>
340340
<div className="flex w-full md:hidden"></div>

0 commit comments

Comments
 (0)