mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-27 00:38:46 +00:00
Add footer with donate link
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import config from '../../config.json'
|
||||
import { ToolCard } from '../components'
|
||||
import { Footer, ToolCard } from '../components'
|
||||
import { useLocale, useTitle } from '../contexts'
|
||||
import { cleanUrl } from '../Utils'
|
||||
|
||||
@@ -23,5 +23,6 @@ export function Partners({}: Props) {
|
||||
)}
|
||||
</ToolCard>)}
|
||||
</div>
|
||||
<Footer donate={false} />
|
||||
</main>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user