feat: use close relays
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
.relay {
|
||||
background-color: var(--gray-secondary);
|
||||
border-radius: 5px;
|
||||
display: grid;
|
||||
grid-template-columns: min-content auto;
|
||||
|
@ -41,7 +41,7 @@ export default function Relay(props: RelayProps) {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="relay">
|
||||
<div className="relay bg-dark">
|
||||
<div className={classNames("flex items-center", state?.connected ? "bg-success" : "bg-error")}>
|
||||
<RelayFavicon url={props.addr} />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user