chore: drop nostrplebs
This commit is contained in:
parent
4be93c8f51
commit
3714867b98
@ -17,6 +17,7 @@
|
||||
background-image: var(--snort-gradient);
|
||||
}
|
||||
|
||||
/* NO PAYMENTS MADE ~~ REMOVING
|
||||
.nip05 .domain[data-domain="nostrplebs.com"] {
|
||||
color: var(--highlight);
|
||||
background-color: var(--highlight);
|
||||
@ -37,6 +38,7 @@
|
||||
background-color: var(--highlight);
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
*/
|
||||
|
||||
.nip05 .badge {
|
||||
color: var(--highlight);
|
||||
|
@ -12,17 +12,15 @@ export const SnortNostrAddressService = {
|
||||
supportLink: "https://snort.social/help",
|
||||
about: <FormattedMessage {...messages.SnortSocialNip} />,
|
||||
};
|
||||
export const NostrPlebsService = {
|
||||
name: "Nostr Plebs",
|
||||
service: "https://nostrplebs.com/api/v1",
|
||||
link: "https://nostrplebs.com/",
|
||||
supportLink: "https://nostrplebs.com/manage",
|
||||
about: <FormattedMessage {...messages.NostrPlebsNip} />,
|
||||
};
|
||||
|
||||
export const Nip5Services = [
|
||||
SnortNostrAddressService,
|
||||
{
|
||||
name: "Nostr Plebs",
|
||||
service: "https://nostrplebs.com/api/v1",
|
||||
link: "https://nostrplebs.com/",
|
||||
supportLink: "https://nostrplebs.com/manage",
|
||||
about: <FormattedMessage {...messages.NostrPlebsNip} />,
|
||||
},
|
||||
];
|
||||
export const Nip5Services = [SnortNostrAddressService];
|
||||
|
||||
export default function NostrAddressPage() {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user