diff --git a/src/components/mdx/Codesandbox/Codesandbox.tsx b/src/components/mdx/Codesandbox/Codesandbox.tsx
index 30940777..66c45cf0 100644
--- a/src/components/mdx/Codesandbox/Codesandbox.tsx
+++ b/src/components/mdx/Codesandbox/Codesandbox.tsx
@@ -1,4 +1,4 @@
-import Image from 'next/image'
+import { Img } from '@/components/mdx'
import cn from '@/lib/cn'
@@ -40,36 +40,29 @@ export function Codesandbox({
rel="noreferrer"
className="mb-2 block"
>
- {screenshot_url && (
-
{description}
-{description}
} + {tags.length > 0 && ( +