diff --git a/src/pages/genshin/index.tsx b/src/pages/genshin/index.tsx deleted file mode 100644 index 862c422d..00000000 --- a/src/pages/genshin/index.tsx +++ /dev/null @@ -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 ( - - - - - - Genshin - Under Construction... - - - ) -} - -export default GenshinIndexPage diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2cf29bd2..acaa7e7d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,7 +8,7 @@ import { assetsBucketBaseUrl } from '../lib/consts' const IndexPage = () => { return ( - + @@ -24,11 +24,6 @@ const IndexPage = () => { Honkai 3rd - - - Genshin (Under Construction) - - )