feat: 💨
This commit is contained in:
parent
9337b8adc7
commit
3645f1aac8
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"
|
className="hover:underline text-primary select-text truncate block"
|
||||||
>
|
>
|
||||||
{normalizeHttpUrl(relayInfo.url)}
|
{normalizeHttpUrl(relayInfo.url)}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue