File tree Expand file tree Collapse file tree
src/components/Layout/TopNav Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,18 +281,18 @@ export default function TopNav({
281281 < div className = "text-base justify-center items-center gap-1.5 flex 3xl:flex-1 flex-row 3xl:justify-end" >
282282 < div className = "mx-2.5 gap-1.5 hidden lg:flex" >
283283 < NavItem isActive = { section === 'learn' } url = "/learn" >
284- Learn
284+ Үйрену
285285 </ NavItem >
286286 < NavItem
287287 isActive = { section === 'reference' }
288288 url = "/reference/react" >
289- Reference
289+ Сілтеме
290290 </ NavItem >
291291 < NavItem isActive = { section === 'community' } url = "/community" >
292- Community
292+ Қауымдастық
293293 </ NavItem >
294294 < NavItem isActive = { section === 'blog' } url = "/blog" >
295- Blog
295+ Блог
296296 </ NavItem >
297297 </ div >
298298 < div className = "flex w-full md:hidden" > </ div >
@@ -360,20 +360,20 @@ export default function TopNav({
360360 < Suspense fallback = { null } >
361361 < 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" >
362362 < NavItem isActive = { section === 'learn' } url = "/learn" >
363- Learn
363+ Үйрену
364364 </ NavItem >
365365 < NavItem
366366 isActive = { section === 'reference' }
367367 url = "/reference/react" >
368- Reference
368+ Сілтеме
369369 </ NavItem >
370370 < NavItem
371371 isActive = { section === 'community' }
372372 url = "/community" >
373- Community
373+ Қауымдастық
374374 </ NavItem >
375375 < NavItem isActive = { section === 'blog' } url = "/blog" >
376- Blog
376+ Блог
377377 </ NavItem >
378378 </ div >
379379 < div
You can’t perform that action at this time.
0 commit comments