Skip to content

Commit 822ab30

Browse files
committed
refactor: translate deep dive to 자세히 살펴보기
1 parent f92b23c commit 822ab30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MDX/ExpandableExample.tsx

Lines changed: 1 addition & 1 deletion
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 me-2 dark:text-purple-30 text-purple-40" />
74-
Deep Dive
74+
자세히 살펴보기
7575
</>
7676
)}
7777
{isExample && (

0 commit comments

Comments
 (0)