Move footer
This commit is contained in:
@@ -15,6 +15,7 @@ import { useRouter } from 'next/router'
|
||||
import { mdiMenuSwap } from '@mdi/js'
|
||||
import { useColorMode } from 'theme-ui'
|
||||
import PageLink from '../../components/atoms/PageLink'
|
||||
import Footer from '../../components/v2/Footer'
|
||||
|
||||
interface VersionIndexPageProps {
|
||||
versionDataList: VersionData[]
|
||||
@@ -98,6 +99,7 @@ const HomePage = ({}: VersionIndexPageProps) => {
|
||||
<Label>{colorMode === 'default' ? '☀️' : '🌙'}</Label>
|
||||
</Flex>
|
||||
</Box>
|
||||
<Footer />
|
||||
</Box>
|
||||
</Box>
|
||||
)
|
||||
|
||||
+5
-3
@@ -4,18 +4,19 @@ import PageLink from '../components/atoms/PageLink'
|
||||
import RootNavigator from '../components/organisms/RootNavigator'
|
||||
import Head from '../components/atoms/Head'
|
||||
import { assetsBucketBaseUrl } from '../lib/consts'
|
||||
import Footer from '../components/v2/Footer'
|
||||
|
||||
const IndexPage = () => {
|
||||
return (
|
||||
<Box>
|
||||
<Head title='Abyss Lab - Unofficial Honkai3rd Wiki' />
|
||||
<Head title="Abyss Lab - Unofficial Honkai3rd Wiki" />
|
||||
<RootNavigator />
|
||||
<Box sx={{ p: 3 }}>
|
||||
<Box mb={4}>
|
||||
<PageLink href='/honkai3rd'>
|
||||
<PageLink href="/honkai3rd">
|
||||
<Box sx={{ position: 'relative' }}>
|
||||
<Image
|
||||
alt='Honkai 3rd Wallpaper'
|
||||
alt="Honkai 3rd Wallpaper"
|
||||
src={`${assetsBucketBaseUrl}/honkai3rd/wallpaper.png`}
|
||||
width={640}
|
||||
height={360}
|
||||
@@ -24,6 +25,7 @@ const IndexPage = () => {
|
||||
<Text sx={{ fontSize: 3 }}>Honkai 3rd</Text>
|
||||
</PageLink>
|
||||
</Box>
|
||||
<Footer />
|
||||
</Box>
|
||||
</Box>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user