mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Modularize happybusy
This commit is contained in:
parent
d558d666b1
commit
8f185e05dc
18
pages/components/Footer/happybusy.js
Normal file
18
pages/components/Footer/happybusy.js
Normal 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
|
Loading…
Reference in New Issue
Block a user