-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preserving and resetting state #293
base: main
Are you sure you want to change the base?
Changes from all commits
f36fa24
8d7b103
5b76150
17e950f
5c8dd5e
fd4a8c9
a06d5e2
f48d0ff
aa2b971
0a89b37
bad9664
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ const variantMap = { | |
'linear-gradient(rgba(249, 247, 243, 0), rgba(249, 247, 243, 1)', | ||
}, | ||
note: { | ||
title: 'Note', | ||
title: 'टिप्पणी', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This PR was only for preserving-and-resetting-state.md file. Can you revert these changes |
||
Icon: IconNote, | ||
containerClasses: | ||
'bg-green-5 dark:bg-green-60 dark:bg-opacity-20 text-primary dark:text-primary-dark text-lg', | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,7 +197,7 @@ function YouWillLearn({ | |
children: any; | ||
isChapter?: boolean; | ||
}) { | ||
let title = isChapter ? 'In this chapter' : 'You will learn'; | ||
let title = isChapter ? 'In this chapter' : 'आप सीखेंगे '; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This PR was only for preserving-and-resetting-state.md file. Can you revert these changes |
||
return <SimpleCallout title={title}>{children}</SimpleCallout>; | ||
} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR was only for preserving-and-resetting-state.md file.
Can you revert these changes