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

Commit

Permalink
chore: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
re-taro committed Oct 26, 2022
1 parent 406fe3b commit 7e48241
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
14 changes: 13 additions & 1 deletion src/components/templates/top/__snapshots__/top.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,19 @@ exports[`(components) templates/top > take snap shot 1`] = `
<p
class="css-p6ze6c"
>
30日(日)は午前9時より午後3時、31日(月)は午前9時より午後4時に参加いただけます。
30日(日)は
<span
class="css-1ldb251"
>
午前9時より午後3時
</span>
、31日(月)は
<span
class="css-1ldb251"
>
午前9時より午後4時
</span>
に参加いただけます。
</p>
</li>
<li
Expand Down
5 changes: 4 additions & 1 deletion src/components/templates/top/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ 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日(日)は<Highlight>午前9時より午後3時</Highlight>、31日(月)は<Highlight>午前9時より午後4時</Highlight>に参加いただけます。</CautionText>,
<CautionText key="0">
30日(日)は<Highlight>午前9時より午後3時</Highlight>、31日(月)は<Highlight>午前9時より午後4時</Highlight>
に参加いただけます。
</CautionText>,
<CautionText key="1">
Re:ROADでは、感染拡大防止のため<Highlight>入場制限</Highlight>を設けています。ご入場にはチケットが必要となります。
</CautionText>,
Expand Down
2 changes: 1 addition & 1 deletion src/constants/members/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const members: ReadonlyArray<MemberCardProperties> = [
},
{
imagePath: "/statics/members/shodai_nagai.webp",
name: "Shodai Nagai"
name: "Shodai Nagai",
},
{
imagePath: "/statics/members/shoya_hasegawa.webp",
Expand Down

0 comments on commit 7e48241

Please sign in to comment.