chore: drop nostrplebs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-10-18 15:12:48 +01:00
parent 4be93c8f51
commit 3714867b98
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 10 additions and 10 deletions

View File

@ -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);

View File

@ -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 (