diff --git a/src/pages/honkai3rd/index.tsx b/src/pages/honkai3rd/index.tsx index af8389ee..af7688f2 100644 --- a/src/pages/honkai3rd/index.tsx +++ b/src/pages/honkai3rd/index.tsx @@ -1,6 +1,5 @@ /** @jsxImportSource theme-ui */ -import { Box, Heading, Text, Flex } from '@theme-ui/components' -import Image from 'next/image' +import { Box, Heading, Text, Flex, Link } from '@theme-ui/components' import Breadcrumb from '../../components/organisms/Breadcrumb' import Honkai3rdNavigator from '../../components/organisms/Honkai3rdNavigator' import { NextPageContext } from 'next' @@ -8,6 +7,8 @@ import { getI18NProps } from '../../server/i18n' import { useTranslation } from '../../lib/i18n' import PageLink from '../../components/atoms/PageLink' import SquareImageBox from '../../components/atoms/SquareImageBox' +import { mdiGithub } from '@mdi/js' +import { Icon } from '@mdi/react' const Honkai3rdIndexPage = () => { const { t } = useTranslation() @@ -28,14 +29,19 @@ const Honkai3rdIndexPage = () => { - - Honkai 3rd Wallpaper + + + + + + + Source Code +