diff --git a/src/components/WantedSponsor.tsx b/src/components/WantedSponsor.tsx index afc0845..79e4d22 100644 --- a/src/components/WantedSponsor.tsx +++ b/src/components/WantedSponsor.tsx @@ -41,10 +41,10 @@ export const WantedSponsor = ({ ], ); return ( -
+

{title}

-
-

+

+

diff --git a/src/pages/about/+Page.tsx b/src/pages/about/+Page.tsx index 658bcbd..0c34736 100644 --- a/src/pages/about/+Page.tsx +++ b/src/pages/about/+Page.tsx @@ -10,7 +10,7 @@ export function Page() { const wantedSponsor = context?.data?.wantedSponsor; return ( -
+

- + ); } diff --git a/src/pages/guideline/+Page.tsx b/src/pages/guideline/+Page.tsx index c5201ad..4c5da39 100644 --- a/src/pages/guideline/+Page.tsx +++ b/src/pages/guideline/+Page.tsx @@ -70,7 +70,7 @@ export default function Page() { ); return ( -
+
-
+ ); } diff --git a/src/pages/index/+Page.tsx b/src/pages/index/+Page.tsx index ac72cad..ffa7b99 100644 --- a/src/pages/index/+Page.tsx +++ b/src/pages/index/+Page.tsx @@ -179,19 +179,24 @@ export function Page() { sizes="large" className="mb-32" /> - - - {context?.data?.meetupList?.map((meetup, index) => { - const isComingSoon = day(meetup.fields.date).isSameOrAfter( - day(), - "milliseconds", - ); - return ( - + {context?.data?.meetupList?.map((meetup, index) => { + const isComingSoon = day(meetup.fields.date).isSameOrAfter( + day(), + "milliseconds", + ); + return ( +
  • + -
  • - - - - - ); - })} - -
    +

    {/* --- SPサイズの表示要素 --- */} -
    + +
    {day(meetup.fields.date).format("YYYY.MM.DD(dd)")} -
    + +
    {meetup.fields.title} -
    + +

    {meetup.fields.locationName}

    -
    + + + + ); + })} +