bug fixed + small visual improvements + improved user experience

This commit is contained in:
daniel31x13
2023-10-05 19:12:35 +03:30
parent f15e298cc3
commit 3282d5a615
9 changed files with 87 additions and 26 deletions
-1
View File
@@ -166,7 +166,6 @@ export default function LinkDetails({ link, isOwnerOrMod }: Props) {
<Link
href={link.url}
target="_blank"
rel="noreferrer"
className={`${
link.name ? "text-sm" : "text-xl"
} text-gray-500 dark:text-gray-300 break-all hover:underline cursor-pointer w-fit`}