@@ -300,7 +300,7 @@ export default function TopNav({
300
300
< div className = "flex items-center -space-x-2.5 xs:space-x-0 " >
301
301
< div className = "flex md:hidden" >
302
302
< button
303
- aria-label = "Search "
303
+ aria-label = "Cari "
304
304
type = "button"
305
305
className = "active:scale-95 transition-transform flex md:hidden w-12 h-12 rounded-full items-center justify-center hover:bg-secondary-button hover:dark:bg-secondary-button-dark outline-link"
306
306
onClick = { onOpenSearch } >
@@ -310,7 +310,7 @@ export default function TopNav({
310
310
< div className = "flex dark:hidden" >
311
311
< button
312
312
type = "button"
313
- aria-label = "Use Dark Mode"
313
+ aria-label = "Gunakan Mode Gelap "
314
314
onClick = { ( ) => {
315
315
window . __setPreferredTheme ( 'dark' ) ;
316
316
} }
@@ -321,7 +321,7 @@ export default function TopNav({
321
321
< div className = "hidden dark:flex" >
322
322
< button
323
323
type = "button"
324
- aria-label = "Use Light Mode"
324
+ aria-label = "Gunakan Mode Terang "
325
325
onClick = { ( ) => {
326
326
window . __setPreferredTheme ( 'light' ) ;
327
327
} }
@@ -334,7 +334,7 @@ export default function TopNav({
334
334
href = "https://github.com/facebook/react/releases"
335
335
target = "_blank"
336
336
rel = "noreferrer noopener"
337
- aria-label = "Open on GitHub"
337
+ aria-label = "Buka di GitHub"
338
338
className = "active:scale-95 transition-transform flex w-12 h-12 rounded-full items-center justify-center hover:bg-primary/5 hover:dark:bg-primary-dark/5 outline-link" >
339
339
{ githubIcon }
340
340
</ Link >
@@ -361,17 +361,17 @@ export default function TopNav({
361
361
< Suspense fallback = { null } >
362
362
< div className = "pl-3 xs:pl-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" >
363
363
< NavItem isActive = { section === 'learn' } url = "/learn" >
364
- Learn
364
+ Belajar
365
365
</ NavItem >
366
366
< NavItem
367
367
isActive = { section === 'reference' }
368
368
url = "/reference/react" >
369
- Reference
369
+ Referensi
370
370
</ NavItem >
371
371
< NavItem
372
372
isActive = { section === 'community' }
373
373
url = "/community" >
374
- Community
374
+ Komunitas
375
375
</ NavItem >
376
376
< NavItem isActive = { section === 'blog' } url = "/blog" >
377
377
Blog
0 commit comments