feat: 💨

This commit is contained in:
codytseng
2025-09-24 14:47:04 +08:00
parent 9337b8adc7
commit 3645f1aac8

View File

@@ -58,7 +58,7 @@ export default function RelayInfo({ url, className }: { url: string; className?:
<a
href={normalizeHttpUrl(relayInfo.url)}
target="_blank"
className="hover:underline text-primary select-text"
className="hover:underline text-primary select-text truncate block"
>
{normalizeHttpUrl(relayInfo.url)}
</a>