diff --git a/components/MyPages/Blocks/Shortcuts/index.tsx b/components/MyPages/Blocks/Shortcuts/index.tsx
index de3902348..fa7535b93 100644
--- a/components/MyPages/Blocks/Shortcuts/index.tsx
+++ b/components/MyPages/Blocks/Shortcuts/index.tsx
@@ -1,5 +1,6 @@
import { ArrowRightIcon } from "@/components/Icons"
import Link from "@/components/TempDesignSystem/Link"
+import Body from "@/components/TempDesignSystem/Text/Body"
import Header from "../Header"
@@ -29,8 +30,10 @@ export default function Shortcuts({
target={shortcut.openInNewTab ? "_blank" : undefined}
variant="shortcut"
>
- {shortcut.text ? shortcut.text : shortcut.title}
-