mirror of
https://github.com/yude-jp/yude.jp
synced 2025-01-03 10:00:11 +09:00
Update icon
This commit is contained in:
parent
c2edfeb82c
commit
bddc61768c
@ -10,6 +10,7 @@ import HappyBusy from "./components/Footer/HappyBusy"
|
|||||||
|
|
||||||
// Next.js
|
// Next.js
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
|
import Link from 'next/link'
|
||||||
|
|
||||||
// i18n
|
// i18n
|
||||||
import useTranslation from 'next-translate/useTranslation'
|
import useTranslation from 'next-translate/useTranslation'
|
||||||
@ -33,7 +34,7 @@ export default function Index(props) {
|
|||||||
<div className="my-9 text-center">
|
<div className="my-9 text-center">
|
||||||
<div className="m-10">
|
<div className="m-10">
|
||||||
<Image
|
<Image
|
||||||
src = "/images/avatar.png"
|
src = "/images/avatar_riru.png"
|
||||||
alt = "yude's avatar"
|
alt = "yude's avatar"
|
||||||
width = {200}
|
width = {200}
|
||||||
height = {200}
|
height = {200}
|
||||||
@ -61,6 +62,8 @@ export default function Index(props) {
|
|||||||
<HappyBusy />
|
<HappyBusy />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Avatar by */}
|
||||||
|
<p className="mt-3 text-sm font-bold text-gray-900 dark:text-gray-400">{t('common:icon_1')}<Link href="https://twitter.com/R_I_R_U_"><a className="hover:underline">梨留りる {t('common:icon_2')}</a></Link></p>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user