diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 1c1fde080..1ed8c9e44 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -32,7 +32,7 @@ export default function RootLayout({ lang="en" className={`${press.variable} ${chakra.variable} font-sans`} > - + {children} diff --git a/apps/web/components/ProposalView.tsx b/apps/web/components/ProposalView.tsx index 31c1c8899..f76d5df9d 100644 --- a/apps/web/components/ProposalView.tsx +++ b/apps/web/components/ProposalView.tsx @@ -24,7 +24,7 @@ const ProposalView = ({ return (
-
+
{/* main content */} {type} @@ -73,8 +73,9 @@ const ProposalView = ({
-