We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deep dive
자세히 살펴보기
1 parent f92b23c commit 822ab30Copy full SHA for 822ab30
src/components/MDX/ExpandableExample.tsx
@@ -71,7 +71,7 @@ function ExpandableExample({children, excerpt, type}: ExpandableExampleProps) {
71
{isDeepDive && (
72
<>
73
<IconDeepDive className="inline me-2 dark:text-purple-30 text-purple-40" />
74
- Deep Dive
+ 자세히 살펴보기
75
</>
76
)}
77
{isExample && (
0 commit comments