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

Remove FreeSpeech banner

This commit is contained in:
2021-12-11 21:32:42 +09:00
parent 52c8cd8d1c
commit 92bb8b995c
2 changed files with 2 additions and 23 deletions

View File

@@ -1,19 +0,0 @@
// Next.js
import Link from 'next/link'
const happybusy = (props) => {
return (
<Link href="https://www.eff.org/pages/blue-ribbon-campaign">
<a>
<img
src="/images/brstrip.gif"
width={150}
height={41}
alt="EFF Blue Ribbon Campaign"
/>
</a>
</Link>
)
}
export default happybusy