mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-10 04:39:19 +02:00
show paid relays in popular view
This commit is contained in:
parent
676703fd9c
commit
8cfb53f682
@ -26,7 +26,7 @@ import { NostrEvent } from "../../types/nostr-event";
|
||||
import { RelayFavicon } from "../../components/relay-favicon";
|
||||
import { ArrowLeftSIcon } from "../../components/icons";
|
||||
import { UserAvatar } from "../../components/user-avatar";
|
||||
import { RelayMetadata } from "./components/relay-card";
|
||||
import { RelayMetadata, RelayPaidTag } from "./components/relay-card";
|
||||
|
||||
function usePopularContactsRelays(list?: NostrEvent) {
|
||||
const readRelays = useReadRelayUrls();
|
||||
@ -56,6 +56,7 @@ const RelayCard = memo(({ url, pubkeys }: { url: string; pubkeys: string[] }) =>
|
||||
{url}
|
||||
</LinkOverlay>
|
||||
</Heading>
|
||||
<RelayPaidTag url={url} />
|
||||
</CardHeader>
|
||||
<CardBody p="2">
|
||||
<RelayMetadata url={url} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user