Skip to content

Commit

Permalink
Merge pull request #11 from reactjs/quick-start
Browse files Browse the repository at this point in the history
feat(quickstart): quickstart phase 1
  • Loading branch information
asimkt authored Sep 19, 2023
2 parents 1c5d9ff + 2fde24b commit 2d21934
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 73 deletions.
2 changes: 1 addition & 1 deletion src/components/MDX/MDXComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function YouWillLearn({
children: any;
isChapter?: boolean;
}) {
let title = isChapter ? 'In this chapter' : 'You will learn';
let title = isChapter ? 'ഈ ചാപ്റ്ററിൽ' : 'ഈ ചാപ്റ്ററിൽ പഠിക്കുന്നത്';
return <SimpleCallout title={title}>{children}</SimpleCallout>;
}

Expand Down
Loading

0 comments on commit 2d21934

Please sign in to comment.