diff --git a/components/Drawer.tsx b/components/Drawer.tsx index 59af893..7400e44 100644 --- a/components/Drawer.tsx +++ b/components/Drawer.tsx @@ -38,7 +38,7 @@ export default function Drawer({ > - +
- +
- {link.name || t("untitled")} + {unescapeString(link.name) || t("untitled")}

)}