fix: 🐛
This commit is contained in:
parent
7677beef82
commit
bc7fb4c79b
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ function RelayUrl({ url, onRemove }: { url: string; onRemove: () => void }) {
|
||||||
return (
|
return (
|
||||||
<div className="flex items-center justify-between pl-1 pr-3">
|
<div className="flex items-center justify-between pl-1 pr-3">
|
||||||
<div className="flex gap-3 items-center flex-1 w-0">
|
<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 className="text-muted-foreground text-sm truncate">{url}</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="shrink-0">
|
<div className="shrink-0">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue