Skip to content

Commit

Permalink
resolve a confilct
Browse files Browse the repository at this point in the history
  • Loading branch information
ltmylinh committed Mar 28, 2024
1 parent 6fce242 commit 292209c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 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" />
Tìm hiểu sâu
=======
<IconDeepDive className="inline me-2 dark:text-purple-30 text-purple-40" />
Deep Dive
>>>>>>> 7bdbab144e09d4edf793ff5128080eb1dba79be4
Tìm hiểu sâu
</>
)}
{isExample && (
<>
<<<<<<< HEAD
<IconCodeBlock className="inline mr-2 dark:text-yellow-30 text-yellow-50" />
Ví dụ
=======
<IconCodeBlock className="inline me-2 dark:text-yellow-30 text-yellow-50" />
Example
>>>>>>> 7bdbab144e09d4edf793ff5128080eb1dba79be4
Ví dụ
</>
)}
</h5>
Expand Down

0 comments on commit 292209c

Please sign in to comment.