Skip to content

Commit 8cbd24a

Browse files
Merge pull request #13 from nomandhoni-cs/you-will-learn-component
Translated You will learn component cause this is present in every page
2 parents 4f558c9 + f4e1b1c commit 8cbd24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MDX/MDXComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function YouWillLearn({
173173
children: any;
174174
isChapter?: boolean;
175175
}) {
176-
let title = isChapter ? 'In this chapter' : 'You will learn';
176+
let title = isChapter ? 'এই অংশে যা রয়েছে' : 'আপনি যা শিখবেন';
177177
return <SimpleCallout title={title}>{children}</SimpleCallout>;
178178
}
179179

0 commit comments

Comments
 (0)