diff --git a/packages/web/app/[locale]/manifesto/page.tsx b/packages/web/app/[locale]/manifesto/page.tsx index 27be2d4e8..3926bcbd1 100644 --- a/packages/web/app/[locale]/manifesto/page.tsx +++ b/packages/web/app/[locale]/manifesto/page.tsx @@ -12,7 +12,7 @@ import { Separator } from "@/components/ui/separator" export default async function ManifestoPage(): Promise { return ( -
+
@@ -24,6 +24,6 @@ export default async function ManifestoPage(): Promise { -
+ ) }