Skip to content

Commit

Permalink
Merge pull request #242 from codeforjapan/refactor/remove-bs-asahi-ca…
Browse files Browse the repository at this point in the history
…mpaigns

refactor: remove bs-asahi campaign
  • Loading branch information
ayuki-joto authored Jan 9, 2024
2 parents cfde9ca + 17035b5 commit 18897b9
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

0 comments on commit 18897b9

Please sign in to comment.