This commit is contained in:
daniel31x13
2024-11-09 23:33:13 -05:00
parent e39645e135
commit 78ecf3ddb5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ export default function LinkDetails({
<p
className={clsx("relative w-fit", !link.name && "text-neutral")}
>
{link.name || t("untitled")}
{unescapeString(link.name) || t("untitled")}
</p>
</div>
)}