feat: opensats
This commit is contained in:
parent
d08e87ec10
commit
8d23c49908
19 changed files with 86 additions and 15 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue