Skip to content

Commit 3cb1da2

Browse files
authored
Merge pull request #345 from munkhjin0223/thinking-in-react
2 parents 4622df8 + 0ebc384 commit 3cb1da2

File tree

3 files changed

+90
-89
lines changed

3 files changed

+90
-89
lines changed

src/components/MDX/ExpandableExample.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function ExpandableExample({children, excerpt, type}: ExpandableExampleProps) {
7171
{isDeepDive && (
7272
<>
7373
<IconDeepDive className="inline mr-2 dark:text-purple-30 text-purple-40" />
74-
Deep Dive
74+
Гүн шумбах
7575
</>
7676
)}
7777
{isExample && (
@@ -101,7 +101,7 @@ function ExpandableExample({children, excerpt, type}: ExpandableExampleProps) {
101101
<span className="mr-1">
102102
<IconChevron displayDirection={isExpanded ? 'up' : 'down'} />
103103
</span>
104-
{isExpanded ? 'Hide Details' : 'Show Details'}
104+
{isExpanded ? 'Хураангуй' : 'Дэлгэрэнгүй'}
105105
</Button>
106106
</summary>
107107
<div

0 commit comments

Comments
 (0)