feat: 💨

This commit is contained in:
codytseng
2025-08-25 12:06:06 +08:00
parent 68d0c85dd2
commit c04b84a5b6
3 changed files with 9 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
import { Button } from '@/components/ui/button'
import { CODY_PUBKEY } from '@/constants'
import { JUMBLE_PUBKEY } from '@/constants'
import { cn } from '@/lib/utils'
import { useState } from 'react'
import { useTranslation } from 'react-i18next'
import ZapDialog from '../ZapDialog'
import RecentSupporters from './RecentSupporters'
import PlatinumSponsors from './PlatinumSponsors'
import RecentSupporters from './RecentSupporters'
export default function Donation({ className }: { className?: string }) {
const { t } = useTranslation()
@@ -45,7 +45,7 @@ export default function Donation({ className }: { className?: string }) {
<ZapDialog
open={open}
setOpen={setOpen}
pubkey={CODY_PUBKEY}
pubkey={JUMBLE_PUBKEY}
defaultAmount={donationAmount}
/>
</div>