diff --git a/apps/webapp/components/layout/footer/participate.tsx b/apps/webapp/components/layout/footer/participate.tsx index bc30b2b5..1bfb9707 100644 --- a/apps/webapp/components/layout/footer/participate.tsx +++ b/apps/webapp/components/layout/footer/participate.tsx @@ -14,7 +14,7 @@ export default function Participate({ lang, dict }: ParticipateProps) {
{dict.footer.step.map( ( diff --git a/apps/webapp/components/shared/section.tsx b/apps/webapp/components/shared/section.tsx index c8d81a45..181243fc 100644 --- a/apps/webapp/components/shared/section.tsx +++ b/apps/webapp/components/shared/section.tsx @@ -3,8 +3,8 @@ import Balancer from 'react-wrap-balancer' export function Section({ heading, children, subheading }: SectionProps) { return ( -
-

+
+

{heading}

{/* {subheading ? (