0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Modularize happybusy

This commit is contained in:
yude 2021-08-09 11:00:34 +09:00
parent d558d666b1
commit 8f185e05dc
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -0,0 +1,18 @@
// Next.js
import Link from 'next/link'
const happybusy = (props) => {
return (
<Link href="https://sites.google.com/site/happybusy/">
<a>
<Image
src="/images/busy_banner.png"
width={200}
height={42}
/>
</a>
</Link>
)
}
export default happybusy