File tree 4 files changed +121
-121
lines changed
4 files changed +121
-121
lines changed Original file line number Diff line number Diff line change @@ -282,15 +282,15 @@ export default function TopNav({
282
282
< div className = "text-base justify-center items-center gap-1.5 flex 3xl:flex-1 flex-row 3xl:justify-end" >
283
283
< div className = "mx-2.5 gap-1.5 hidden lg:flex" >
284
284
< NavItem isActive = { section === 'learn' } url = "/learn" >
285
- Naučite
285
+ Learn
286
286
</ NavItem >
287
287
< NavItem
288
288
isActive = { section === 'reference' }
289
289
url = "/reference/react" >
290
- Referenca
290
+ Reference
291
291
</ NavItem >
292
292
< NavItem isActive = { section === 'community' } url = "/community" >
293
- Zajednica
293
+ Community
294
294
</ NavItem >
295
295
< NavItem isActive = { section === 'blog' } url = "/blog" >
296
296
Blog
@@ -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
- Naučite
364
+ Learn
365
365
</ NavItem >
366
366
< NavItem
367
367
isActive = { section === 'reference' }
368
368
url = "/reference/react" >
369
- Referenca
369
+ Reference
370
370
</ NavItem >
371
371
< NavItem
372
372
isActive = { section === 'community' }
373
373
url = "/community" >
374
- Zajednica
374
+ Community
375
375
</ NavItem >
376
376
< NavItem isActive = { section === 'blog' } url = "/blog" >
377
377
Blog
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ function YouWillLearn({
173
173
children : any ;
174
174
isChapter ?: boolean ;
175
175
} ) {
176
- let title = isChapter ? 'U ovom poglavlju ' : 'Naučićete ' ;
176
+ let title = isChapter ? 'In this chapter ' : 'You will learn ' ;
177
177
return < SimpleCallout title = { title } > { children } </ SimpleCallout > ;
178
178
}
179
179
You can’t perform that action at this time.
0 commit comments