Skip to content

Commit

Permalink
[add] games
Browse files Browse the repository at this point in the history
  • Loading branch information
ymuichiro committed Aug 28, 2023
1 parent b63cc30 commit 7462273
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Binary file not shown.
9 changes: 9 additions & 0 deletions src/pages/events/potatina.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import TomatinaGraphImage from '@/assets/events/tomatina/tomatina-graph.webp';
import TomatinaHirobaImage from '@/assets/events/tomatina/tomatina-hiroba.webp';
import TomatinaOpeningLine from '@/assets/events/tomatina/tomatina-opening-line.webp';
import TomatoVsPotato from '@/assets/events/tomatina/tomato-vs-potato.webp';
import WellcomeToSymbolTomatina from '@/assets/events/tomatina/wellcome-to-symbol-tomatina.webp';
import SymbolLogoImage from '@/assets/logo/symbol.webp';
import InViewAnimation from '@/components/atom/InViewAnimation';
import LinkButton from '@/components/atom/LinkButton';
Expand Down Expand Up @@ -601,6 +602,14 @@ const PotatinaEvent: NextPage<Props> = ({ i18n }) => {
image: MikunTomatoToken.src,
link: 'https://twitter.com/mikunnem/status/1688856900266516480?s=61&t=0B83C_Wk16DPWwLi3DDo1Q',
},
{
title: 'Wellcome to Symbol Tomatina',
description: 'オリジナルのトマトを作ることができます',
date: '2023/07/30',
locale: 'ja',
image: WellcomeToSymbolTomatina.src,
link: 'https://symbol-tomatia.netlify.app/',
},
{
title: 'Tomatina Monitor',
description: 'トマティーナの状況をリアルタイムで確認できます',
Expand Down
9 changes: 9 additions & 0 deletions src/pages/events/tomatina.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import TomatoFaceImage from '@/assets/events/tomatina/tomato-face.png';
import ThrowTomatoImage from '@/assets/events/tomatina/tomato-icon.webp';
import TomatoVsPotato from '@/assets/events/tomatina/tomato-vs-potato.webp';
import TomatoImage from '@/assets/events/tomatina/tomato.png';
import WellcomeToSymbolTomatina from '@/assets/events/tomatina/wellcome-to-symbol-tomatina.webp';
import InViewAnimation from '@/components/atom/InViewAnimation';
import LinkButton from '@/components/atom/LinkButton';
import Footer from '@/components/moleculs/Footer';
Expand Down Expand Up @@ -289,6 +290,14 @@ const TomatinaEvent: NextPage<Props> = ({ i18n }) => {
image: MikunTomatoToken.src,
link: 'https://twitter.com/mikunnem/status/1688856900266516480?s=61&t=0B83C_Wk16DPWwLi3DDo1Q',
},
{
title: 'Wellcome to Symbol Tomatina',
description: 'オリジナルのトマトを作ることができます',
date: '2023/07/30',
locale: 'ja',
image: WellcomeToSymbolTomatina.src,
link: 'https://symbol-tomatia.netlify.app/',
},
{
title: 'Tomatina Monitor',
description: 'トマティーナの状況をリアルタイムで確認できます',
Expand Down

0 comments on commit 7462273

Please sign in to comment.