fix: 🎨
This commit is contained in:
parent
ca22d405bf
commit
25233344e7
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default function RelayInfo({ url, className }: { url: string; className?:
|
||||||
<a
|
<a
|
||||||
href={normalizeHttpUrl(relayInfo.url)}
|
href={normalizeHttpUrl(relayInfo.url)}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="hover:underline text-primary select-text truncate block"
|
className="hover:underline text-primary select-text truncate block w-fit max-w-full"
|
||||||
>
|
>
|
||||||
{normalizeHttpUrl(relayInfo.url)}
|
{normalizeHttpUrl(relayInfo.url)}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue