File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed
Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- /// <reference types="next/navigation-types/compat/navigation" />
43
54// NOTE: This file should not be edited
6- // see https://nextjs.org/docs/app /api-reference/config/typescript for more information.
5+ // see https://nextjs.org/docs/pages /api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change @@ -137,24 +137,24 @@ export function HomeContent() {
137137 React
138138 </ h1 >
139139 < p className = "text-4xl font-display max-w-lg md:max-w-full py-1 text-center text-secondary dark:text-primary-dark leading-snug self-center" >
140- The library for web and native user interfaces
140+ இணைய மற்றும் சொந்த பயனர் இடைமுகப்புகளுக்கான நூலகம்
141141 </ p >
142142 < div className = "mt-5 self-center flex gap-2 w-full sm:w-auto flex-col sm:flex-row" >
143143 < ButtonLink
144144 href = { '/learn' }
145145 type = "primary"
146146 size = "lg"
147147 className = "w-full sm:w-auto justify-center"
148- label = "Learn React" >
149- Learn React
148+ label = "React கற்க " >
149+ React கற்க
150150 </ ButtonLink >
151151 < ButtonLink
152152 href = { '/reference/react' }
153153 type = "secondary"
154154 size = "lg"
155155 className = "w-full sm:w-auto justify-center"
156- label = "API Reference " >
157- API Reference
156+ label = "API குறிப்புகள் " >
157+ API குறிப்புகள்
158158 </ ButtonLink >
159159 </ div >
160160 </ div >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments