From fe87010b9e21db8e462f9f6efa268b5cec45e943 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Sun, 7 Aug 2022 03:43:12 +0900 Subject: [PATCH] Remove genshin description --- src/pages/genshin/index.tsx | 20 -------------------- src/pages/index.tsx | 7 +------ 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 src/pages/genshin/index.tsx 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) - - )