Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
chore: Add times to start festa
Browse files Browse the repository at this point in the history
  • Loading branch information
re-taro committed Oct 26, 2022
1 parent a98caa4 commit 88af087
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/templates/top/__snapshots__/top.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ exports[`(components) templates/top > take snap shot 1`] = `
<ul
class="css-mvofyw-Caution"
>
<li
class="css-u80qbw-Caution"
>
<p
class="css-p6ze6c"
>
30日(日)は午前9時より午後3時、31日(月)は午前9時より午後4時に参加いただけます。
</p>
</li>
<li
class="css-u80qbw-Caution"
>
Expand Down
1 change: 1 addition & 0 deletions src/components/templates/top/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const Main = tw.main`space-y-11 sm:space-y-20`;
const CautionBox = tw.section`flex flex-col justify-center items-center`;

const cautions = [
<CautionText key="0">30日(日)は午前9時より午後3時、31日(月)は午前9時より午後4時に参加いただけます。</CautionText>,
<CautionText key="1">
Re:ROADでは、感染拡大防止のため<Highlight>入場制限</Highlight>を設けています。ご入場にはチケットが必要となります。
</CautionText>,
Expand Down

0 comments on commit 88af087

Please sign in to comment.