feat: list recent supporters
This commit is contained in:
parent
55bd996970
commit
94f35be93e
14 changed files with 106 additions and 13 deletions
|
|
@ -4,6 +4,7 @@ import { cn } from '@/lib/utils'
|
|||
import { useState } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import ZapDialog from '../ZapDialog'
|
||||
import RecentSupporters from './RecentSupporters'
|
||||
|
||||
export default function Donation({ className }: { className?: string }) {
|
||||
const { t } = useTranslation()
|
||||
|
|
@ -38,6 +39,7 @@ export default function Donation({ className }: { className?: string }) {
|
|||
)
|
||||
})}
|
||||
</div>
|
||||
<RecentSupporters />
|
||||
<ZapDialog
|
||||
open={open}
|
||||
setOpen={setOpen}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue