mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 17:32:43 +00:00
Add footer with donate link
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Ad, ErrorPanel, Octicon, VersionDetail, VersionList } from '../components'
|
||||
import { Ad, ErrorPanel, Footer, Octicon, VersionDetail, VersionList } from '../components'
|
||||
import { useLocale, useTitle } from '../contexts'
|
||||
import { useAsync, useSearchParam } from '../hooks'
|
||||
import type { VersionMeta } from '../services'
|
||||
@@ -46,6 +46,7 @@ export function Versions({}: Props) {
|
||||
<VersionDetail id={selectedId} version={selected} />
|
||||
</> : <VersionList versions={versions ?? []} link={id => `/versions/?id=${id}`} />}
|
||||
</div>
|
||||
<Footer donate={false} />
|
||||
</main>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user