feat: opensats

This commit is contained in:
codytseng 2025-05-17 13:45:53 +08:00
parent d08e87ec10
commit 8d23c49908
19 changed files with 86 additions and 15 deletions

View file

@ -5,6 +5,7 @@ import { useState } from 'react'
import { useTranslation } from 'react-i18next'
import ZapDialog from '../ZapDialog'
import RecentSupporters from './RecentSupporters'
import PlatinumSponsors from './PlatinumSponsors'
export default function Donation({ className }: { className?: string }) {
const { t } = useTranslation()
@ -39,6 +40,7 @@ export default function Donation({ className }: { className?: string }) {
)
})}
</div>
<PlatinumSponsors />
<RecentSupporters />
<ZapDialog
open={open}