diff --git a/src/components/WantedSponsor.tsx b/src/components/WantedSponsor.tsx index 632c37e..afc0845 100644 --- a/src/components/WantedSponsor.tsx +++ b/src/components/WantedSponsor.tsx @@ -60,7 +60,7 @@ export const WantedSponsor = ({ label={reward.title} sizes="small" /> -

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

@@ -64,7 +65,7 @@ export function Page() { label={about?.fields.historyTitle || ""} sizes="small" /> -

diff --git a/src/pages/guideline/+Page.tsx b/src/pages/guideline/+Page.tsx index dc51f88..c5201ad 100644 --- a/src/pages/guideline/+Page.tsx +++ b/src/pages/guideline/+Page.tsx @@ -98,7 +98,7 @@ export default function Page() { label={slogan.title} sizes="small" /> -

@@ -119,7 +119,7 @@ export default function Page() { label={againstViolation.title} sizes="small" /> -

@@ -141,7 +141,7 @@ export default function Page() { label={supplement.title} sizes="small" /> -

diff --git a/src/pages/index/+Page.tsx b/src/pages/index/+Page.tsx index 11a435f..ac72cad 100644 --- a/src/pages/index/+Page.tsx +++ b/src/pages/index/+Page.tsx @@ -194,7 +194,7 @@ export function Page() {