fix: 🐛

This commit is contained in:
codytseng 2025-12-16 22:35:12 +08:00
parent 7677beef82
commit bc7fb4c79b

View file

@ -82,7 +82,7 @@ function RelayUrl({ url, onRemove }: { url: string; onRemove: () => void }) {
return (
<div className="flex items-center justify-between pl-1 pr-3">
<div className="flex gap-3 items-center flex-1 w-0">
<RelayIcon url={url} className="w-4 h-4" iconSize={10} />
<RelayIcon url={url} className="w-4 h-4" />
<div className="text-muted-foreground text-sm truncate">{url}</div>
</div>
<div className="shrink-0">