Skip to content

Commit

Permalink
Merge pull request #243 from codeforjapan/develop
Browse files Browse the repository at this point in the history
release 20240110
  • Loading branch information
ayuki-joto authored Jan 9, 2024
2 parents 0c9ce97 + 18897b9 commit b4129b6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ import QuestionContainer from 'components/organisms/questions/Container'
import { termOfServices } from 'constants/termOfService'
import styles from 'styles/Home.module.scss'

const campaigns: (CampaignItem | never)[] = [
{
imgSrc: 'https://jibungoto-planet-images.s3.ap-northeast-1.amazonaws.com/Campaign/bs-asahi-campaign.png',
description: 'BS朝日「地球クライシス」にてキャンペーン実施中!じぶんごとプラネットを活用して気候変動対策に取り組もう',
alt: 'BS朝日「地球クライシス」',
url: 'https://www.bs-asahi.co.jp/chikyunoashita2023/cp/\n'
}
]
const campaigns: (CampaignItem | never)[] = []

const Home: FC = () => {
const [isMobile] = useMediaQuery('(max-width: 480px)')
Expand Down

1 comment on commit b4129b6

@vercel
Copy link

@vercel vercel bot commented on b4129b6 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.