Skip to content

Commit

Permalink
translation of javascript-injsx-with-curly-braces.md and post-merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cvijandj committed Aug 24, 2023
1 parent 7347d62 commit 727b818
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 152 deletions.
10 changes: 0 additions & 10 deletions src/components/MDX/ExpandableExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,14 @@ function ExpandableExample({children, excerpt, type}: ExpandableExampleProps) {
})}>
{isDeepDive && (
<>
<<<<<<< HEAD
<IconDeepDive className="inline mr-2 dark:text-purple-30 text-purple-40" />
Istražite dublje
=======
<IconDeepDive className="inline me-2 dark:text-purple-30 text-purple-40" />
Deep Dive
>>>>>>> 842c24c9aefaa60b7ae9b46b002bd1b3cf4d31f3
</>
)}
{isExample && (
<>
<<<<<<< HEAD
<IconCodeBlock className="inline mr-2 dark:text-yellow-30 text-yellow-50" />
Primer
=======
<IconCodeBlock className="inline me-2 dark:text-yellow-30 text-yellow-50" />
Example
>>>>>>> 842c24c9aefaa60b7ae9b46b002bd1b3cf4d31f3
</>
)}
</h5>
Expand Down
Loading

0 comments on commit 727b818

Please sign in to comment.