minor UI change

This commit is contained in:
daniel31x13
2023-10-31 05:39:05 -04:00
parent dbeefecec6
commit 417c16d08b
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ export default function Index() {
<Link
href={link?.url || ""}
target="_blank"
className="hover:underline break-all"
className="hover:opacity-60 duration-100 break-all"
>
{isValidUrl(link?.url || "")
? new URL(link?.url as string).host