refactor: update donation/about to new npub and remove platinum sponsors
- Update SMESH_PUBKEY and CODY_PUBKEY to npub1fjqqy4a93z5zsjwsfxqhc2764kvykfdyttvldkkkdera8dr78vhsmmleku - Remove PlatinumSponsors component and OpenSats logo - Remove Platinum Sponsors i18n string 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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 (
|
|
||||||
<div className="space-y-2">
|
|
||||||
<div className="font-semibold text-center">{t('Platinum Sponsors')}</div>
|
|
||||||
<div className="flex flex-col gap-2 items-center">
|
|
||||||
<div
|
|
||||||
className="flex items-center gap-4 cursor-pointer"
|
|
||||||
onClick={() => window.open('https://opensats.org/', '_blank')}
|
|
||||||
>
|
|
||||||
<Image
|
|
||||||
image={{
|
|
||||||
url: OpenSatsLogo
|
|
||||||
}}
|
|
||||||
className="h-11"
|
|
||||||
/>
|
|
||||||
<div className="text-2xl font-semibold">OpenSats</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
@@ -4,7 +4,6 @@ import { cn } from '@/lib/utils'
|
|||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import ZapDialog from '../ZapDialog'
|
import ZapDialog from '../ZapDialog'
|
||||||
import PlatinumSponsors from './PlatinumSponsors'
|
|
||||||
import RecentSupporters from './RecentSupporters'
|
import RecentSupporters from './RecentSupporters'
|
||||||
|
|
||||||
export default function Donation({ className }: { className?: string }) {
|
export default function Donation({ className }: { className?: string }) {
|
||||||
@@ -40,7 +39,6 @@ export default function Donation({ className }: { className?: string }) {
|
|||||||
)
|
)
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
<PlatinumSponsors />
|
|
||||||
<RecentSupporters />
|
<RecentSupporters />
|
||||||
<ZapDialog
|
<ZapDialog
|
||||||
open={open}
|
open={open}
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
<svg viewBox="344.564 330.278 111.737 91.218" width="53.87" height="43.61" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient xlink:href="#logo_svg__a" id="logo_svg__b" cx="31.833" cy="29.662" fx="31.833" fy="29.662" r="42.553" gradientTransform="matrix(2 0 0 1.99696 -74.45 12.982)" gradientUnits="userSpaceOnUse"></radialGradient><radialGradient xlink:href="#logo_svg__a" id="logo_svg__c" cx="31.833" cy="29.662" fx="31.833" fy="29.662" r="42.553" gradientTransform="matrix(2 0 0 1.99696 -74.45 12.982)" gradientUnits="userSpaceOnUse"></radialGradient><linearGradient id="logo_svg__a"><stop style="stop-color:#ffb200;stop-opacity:1" offset="0"></stop><stop style="stop-color:#ff6b01;stop-opacity:1" offset="0.493"></stop></linearGradient></defs><path style="font-variation-settings:'wght' 700;opacity:1;fill:url(#logo_svg__b);fill-opacity:1;stroke-width:10.5833;stroke-linecap:round;stroke-linejoin:round" d="M32.574 39.319v3.81h16.11v-3.81z" transform="translate(324.22 304.883) scale(2.39915)"></path><path style="font-variation-settings:'wght' 700;fill:url(#logo_svg__c);fill-opacity:1;stroke-width:10.5833;stroke-linecap:round;stroke-linejoin:round" d="M14.85 16.062v4.551l8.944 5.681v.137l-8.945 5.68v4.551l13.029-8.555v-3.49Z" transform="translate(324.22 304.883) scale(2.39915)"></path></svg>
|
|
||||||
|
Before Width: | Height: | Size: 1.3 KiB |
@@ -139,8 +139,8 @@ export const YOUTUBE_URL_REGEX =
|
|||||||
export const X_URL_REGEX =
|
export const X_URL_REGEX =
|
||||||
/https?:\/\/(?:www\.)?(twitter\.com|x\.com)\/(?:#!\/)?(\w+)\/status(?:es)?\/(\d+)(?:[?#].*)?/gi
|
/https?:\/\/(?:www\.)?(twitter\.com|x\.com)\/(?:#!\/)?(\w+)\/status(?:es)?\/(\d+)(?:[?#].*)?/gi
|
||||||
|
|
||||||
export const SMESH_PUBKEY = 'f4eb8e62add1340b9cadcd9861e669b2e907cea534e0f7f3ac974c11c758a51a'
|
export const SMESH_PUBKEY = '4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f'
|
||||||
export const CODY_PUBKEY = '8125b911ed0e94dbe3008a0be48cfe5cd0c0b05923cfff917ae7e87da8400883'
|
export const CODY_PUBKEY = '4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f'
|
||||||
|
|
||||||
export const NIP_96_SERVICE = [
|
export const NIP_96_SERVICE = [
|
||||||
'https://mockingyou.com',
|
'https://mockingyou.com',
|
||||||
|
|||||||
@@ -233,7 +233,6 @@ export default {
|
|||||||
Preview: 'Preview',
|
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?':
|
||||||
'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',
|
From: 'From',
|
||||||
'Comment on': 'Comment on',
|
'Comment on': 'Comment on',
|
||||||
'View on njump.me': 'View on njump.me',
|
'View on njump.me': 'View on njump.me',
|
||||||
|
|||||||
Reference in New Issue
Block a user