Skip to content

Commit

Permalink
Merge pull request #318 from ameetmadan/ameetmadan/translate-thinking…
Browse files Browse the repository at this point in the history
…-in-react

Translate thinking-in-react.md
  • Loading branch information
ChrisB9 authored May 4, 2023
2 parents da10d9d + 6299ef3 commit 75d898c
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 91 deletions.
2 changes: 1 addition & 1 deletion src/components/MDX/ExpandableCallout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const variantMap = {
'linear-gradient(rgba(245, 249, 248, 0), rgba(245, 249, 248, 1)',
},
pitfall: {
title: 'Pitfall',
title: 'Aufgepasst!',
Icon: IconPitfall,
containerClasses: 'bg-yellow-5 dark:bg-yellow-60 dark:bg-opacity-20',
textColor: 'text-yellow-50 dark:text-yellow-40',
Expand Down
2 changes: 1 addition & 1 deletion src/components/MDX/ExpandableExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function ExpandableExample({children, excerpt, type}: ExpandableExampleProps) {
{isDeepDive && (
<>
<IconDeepDive className="inline mr-2 dark:text-purple-30 text-purple-40" />
Deep Dive
Eintauchen
</>
)}
{isExample && (
Expand Down
Loading

0 comments on commit 75d898c

Please sign in to comment.