diff --git a/src/components/Donation/PlatinumSponsors.tsx b/src/components/Donation/PlatinumSponsors.tsx
deleted file mode 100644
index 6c3c52cd..00000000
--- a/src/components/Donation/PlatinumSponsors.tsx
+++ /dev/null
@@ -1,27 +0,0 @@
-import { useTranslation } from 'react-i18next'
-import Image from '../Image'
-import OpenSatsLogo from './open-sats-logo.svg'
-
-export default function PlatinumSponsors() {
- const { t } = useTranslation()
-
- return (
-
-
{t('Platinum Sponsors')}
-
-
window.open('https://opensats.org/', '_blank')}
- >
-
-
OpenSats
-
-
-
- )
-}
diff --git a/src/components/Donation/index.tsx b/src/components/Donation/index.tsx
index ebc6fbb2..e0145bd2 100644
--- a/src/components/Donation/index.tsx
+++ b/src/components/Donation/index.tsx
@@ -4,7 +4,6 @@ import { cn } from '@/lib/utils'
import { useState } from 'react'
import { useTranslation } from 'react-i18next'
import ZapDialog from '../ZapDialog'
-import PlatinumSponsors from './PlatinumSponsors'
import RecentSupporters from './RecentSupporters'
export default function Donation({ className }: { className?: string }) {
@@ -40,7 +39,6 @@ export default function Donation({ className }: { className?: string }) {
)
})}
-
\ No newline at end of file
diff --git a/src/constants.ts b/src/constants.ts
index 8acfbb46..f0b9db69 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -139,8 +139,8 @@ export const YOUTUBE_URL_REGEX =
export const X_URL_REGEX =
/https?:\/\/(?:www\.)?(twitter\.com|x\.com)\/(?:#!\/)?(\w+)\/status(?:es)?\/(\d+)(?:[?#].*)?/gi
-export const SMESH_PUBKEY = 'f4eb8e62add1340b9cadcd9861e669b2e907cea534e0f7f3ac974c11c758a51a'
-export const CODY_PUBKEY = '8125b911ed0e94dbe3008a0be48cfe5cd0c0b05923cfff917ae7e87da8400883'
+export const SMESH_PUBKEY = '4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f'
+export const CODY_PUBKEY = '4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f'
export const NIP_96_SERVICE = [
'https://mockingyou.com',
diff --git a/src/i18n/locales/en.ts b/src/i18n/locales/en.ts
index c46f3467..6dfebb72 100644
--- a/src/i18n/locales/en.ts
+++ b/src/i18n/locales/en.ts
@@ -233,7 +233,6 @@ export default {
Preview: 'Preview',
'You are about to publish an event signed by [{{eventAuthorName}}]. You are currently logged in as [{{currentUsername}}]. Are you sure?':
'You are about to publish an event signed by [{{eventAuthorName}}]. You are currently logged in as [{{currentUsername}}]. Are you sure?',
- 'Platinum Sponsors': 'Platinum Sponsors',
From: 'From',
'Comment on': 'Comment on',
'View on njump.me': 'View on njump.me',