File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,16 +189,16 @@ function LearnMore({
189189 < 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" >
190190 < div className = "flex-col" >
191191 < h2 className = "text-primary font-display dark:text-primary-dark font-bold text-2xl leading-tight" >
192- Ready to learn this topic ?
192+ આ વિષય શીખવા માટે તૈયાર છો ?
193193 </ h2 >
194194 { children }
195195 { path ? (
196196 < ButtonLink
197197 className = "mt-1"
198- label = "Read More "
198+ label = "વધુ વાંચો "
199199 href = { path }
200200 type = "primary" >
201- Read More
201+ વધુ વાંચો
202202 < IconNavArrow displayDirection = "end" className = "inline ms-1" />
203203 </ ButtonLink >
204204 ) : null }
@@ -249,7 +249,7 @@ function YouWillLearn({
249249 children : any ;
250250 isChapter ?: boolean ;
251251} ) {
252- let title = isChapter ? 'In this chapter ' : 'You will learn ' ;
252+ let title = isChapter ? 'આ પ્રકરણમાં ' : 'તમે શીખી શકશો ' ;
253253 return < SimpleCallout title = { title } > { children } </ SimpleCallout > ;
254254}
255255
You can’t perform that action at this time.
0 commit comments