File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/Layout/TopNav Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ export default function TopNav({
310
310
) }
311
311
onClick = { onOpenSearch } >
312
312
< IconSearch className = "align-middle me-3 text-gray-30 shrink-0 group-betterhover:hover:text-gray-70" />
313
- Search
313
+ 検索
314
314
< span className = "hidden ms-auto sm:flex item-center me-1" >
315
315
< Kbd data-platform = "mac" > ⌘</ Kbd >
316
316
< Kbd data-platform = "win" wide >
@@ -323,18 +323,18 @@ export default function TopNav({
323
323
< div className = "text-base justify-center items-center gap-1.5 flex 3xl:flex-1 flex-row 3xl:justify-end" >
324
324
< div className = "mx-2.5 gap-1.5 hidden lg:flex" >
325
325
< NavItem isActive = { section === 'learn' } url = "/learn" >
326
- Learn
326
+ 学ぶ
327
327
</ NavItem >
328
328
< NavItem
329
329
isActive = { section === 'reference' }
330
330
url = "/reference/react" >
331
- Reference
331
+ リファレンス
332
332
</ NavItem >
333
333
< NavItem isActive = { section === 'community' } url = "/community" >
334
- Community
334
+ コミュニティ
335
335
</ NavItem >
336
336
< NavItem isActive = { section === 'blog' } url = "/blog" >
337
- Blog
337
+ ブログ
338
338
</ NavItem >
339
339
</ div >
340
340
< div className = "flex w-full md:hidden" > </ div >
You can’t perform that action at this time.
0 commit comments