Remove genshin description
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
import { Box, Heading, Paragraph } from '@theme-ui/components'
|
|
||||||
import React from 'react'
|
|
||||||
import Breadcrumb from '../../components/organisms/Breadcrumb'
|
|
||||||
import RootNavigator from '../../components/organisms/RootNavigator'
|
|
||||||
|
|
||||||
const GenshinIndexPage = () => {
|
|
||||||
return (
|
|
||||||
<Box>
|
|
||||||
<RootNavigator />
|
|
||||||
|
|
||||||
<Box p={3}>
|
|
||||||
<Breadcrumb items={[{ href: 'genshin', label: 'Genshin' }]} />
|
|
||||||
<Heading as='h1'>Genshin</Heading>
|
|
||||||
<Paragraph>Under Construction...</Paragraph>
|
|
||||||
</Box>
|
|
||||||
</Box>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
export default GenshinIndexPage
|
|
||||||
+1
-6
@@ -8,7 +8,7 @@ import { assetsBucketBaseUrl } from '../lib/consts'
|
|||||||
const IndexPage = () => {
|
const IndexPage = () => {
|
||||||
return (
|
return (
|
||||||
<Box>
|
<Box>
|
||||||
<Head title='Abyss Lab - Unofficial Honkai3rd/Genshin Wiki' />
|
<Head title='Abyss Lab - Unofficial Honkai3rd Wiki' />
|
||||||
<RootNavigator />
|
<RootNavigator />
|
||||||
<Box sx={{ p: 3 }}>
|
<Box sx={{ p: 3 }}>
|
||||||
<Box mb={4}>
|
<Box mb={4}>
|
||||||
@@ -24,11 +24,6 @@ const IndexPage = () => {
|
|||||||
<Text sx={{ fontSize: 3 }}>Honkai 3rd</Text>
|
<Text sx={{ fontSize: 3 }}>Honkai 3rd</Text>
|
||||||
</PageLink>
|
</PageLink>
|
||||||
</Box>
|
</Box>
|
||||||
<Box mb={4}>
|
|
||||||
<PageLink href='/genshin'>
|
|
||||||
<Text sx={{ fontSize: 3 }}>Genshin (Under Construction)</Text>
|
|
||||||
</PageLink>
|
|
||||||
</Box>
|
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user