0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-13 03:38:36 +09:00

Avoid using next/image

This commit is contained in:
2021-12-11 19:19:50 +09:00
parent 24327251ee
commit 99f776b861
7 changed files with 7 additions and 17 deletions

View File

@@ -1,12 +1,11 @@
// Next.js
import Link from 'next/link'
import Image from 'next/image'
const happybusy = (props) => {
return (
<Link href="https://www.eff.org/pages/blue-ribbon-campaign">
<a>
<Image
<img
src="/images/brstrip.gif"
width={150}
height={41}

View File

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