Skip to content

Commit

Permalink
Merge pull request #33 from EpicsDAO/fixmedia
Browse files Browse the repository at this point in the history
fix media links
  • Loading branch information
KishiTheMechanic authored Feb 3, 2024
2 parents 25abf16 + 5c490fc commit b2fa8cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file added src/assets/img/logo/media/coinpost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/components/pages/common/MediaLogoRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import RakutenLogo from '@/assets/img/logo/media/rakuten.svg'
import YomiuriLogo from '@/assets/img/logo/media/yomiuri.svg'
import TBSLogo from '@/assets/img/logo/media/tbs.png'
import AsahiLogo from '@/assets/img/logo/media/asahi.svg'
import GendaiLogo from '@/assets/img/logo/media/gendai.png'
import CoinPostLogo from '@/assets/img/logo/media/coinpost.png'
import { useTranslation } from 'next-i18next'

export default function MediaLogoRow() {
Expand Down Expand Up @@ -40,24 +40,24 @@ export default function MediaLogoRow() {
{
name: '読売新聞',
logo: YomiuriLogo,
link: 'https://yab.yomiuri.co.jp/adv/feature/release/detail/000000055000105962.html',
link: 'https://yab.yomiuri.co.jp/adv/feature/release/detail/000000090000105962.html',
},
],
[
{
name: 'TBS',
logo: TBSLogo,
link: 'https://newsdig.tbs.co.jp/articles/-/532228?display=1',
link: 'https://newsdig.tbs.co.jp/articles/-/885218?display=1',
},
{
name: '朝日新聞',
logo: AsahiLogo,
link: 'https://www.asahi.com/and/pressrelease/424039828/',
link: 'https://www.asahi.com/and/pressrelease/424350513/',
},
{
name: '現代ビジネス',
logo: GendaiLogo,
link: 'https://gendai.media/ud/pressrelease/64dee810760b06917c000040',
name: 'CoinPost',
logo: CoinPostLogo,
link: 'https://coinpost.jp/?post_type=pressrelease&p=489167',
},
],
].map((group, groupIndex) => (
Expand Down

0 comments on commit b2fa8cd

Please sign in to comment.