File tree Expand file tree Collapse file tree 2 files changed +60
-60
lines changed
Expand file tree Collapse file tree 2 files changed +60
-60
lines changed Original file line number Diff line number Diff line change @@ -163,16 +163,16 @@ function LearnMore({
163163 < section className = "p-8 mt-16 mb-16 flex flex-row shadow-inner-border dark:shadow-inner-border-dark justify-between items-center bg-card dark:bg-card-dark rounded-2xl" >
164164 < div className = "flex-col" >
165165 < h2 className = "text-primary font-display dark:text-primary-dark font-bold text-2xl leading-tight" >
166- Ready to learn this topic ?
166+ આ વિષય શીખવા માટે તૈયાર છો ?
167167 </ h2 >
168168 { children }
169169 { path ? (
170170 < ButtonLink
171171 className = "mt-1"
172- label = "Read More "
172+ label = "વધુ વાંચો "
173173 href = { path }
174174 type = "primary" >
175- Read More
175+ વધુ વાંચો
176176 < IconNavArrow displayDirection = "end" className = "inline ms-1" />
177177 </ ButtonLink >
178178 ) : null }
@@ -223,7 +223,7 @@ function YouWillLearn({
223223 children : any ;
224224 isChapter ?: boolean ;
225225} ) {
226- let title = isChapter ? 'In this chapter ' : 'You will learn ' ;
226+ let title = isChapter ? 'આ પ્રકરણમાં ' : 'તમે શીખી શકશો ' ;
227227 return < SimpleCallout title = { title } > { children } </ SimpleCallout > ;
228228}
229229
You can’t perform that action at this time.
0 commit comments