From 40ead1aa4ede1f88e9d3eced543e706e62caa2d6 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Sun, 9 Jan 2022 20:37:47 +0900 Subject: [PATCH] Add github link to index page --- src/pages/honkai3rd/index.tsx | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) 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 +