From 78ecf3ddb5e6ef9f043f8a6d13e88152aa04ad1e Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sat, 9 Nov 2024 23:33:13 -0500 Subject: [PATCH] bug fix --- components/Drawer.tsx | 4 ++-- components/LinkDetails.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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")}

)}