diff --git a/frontend-v2/src/components/layouts.tsx b/frontend-v2/src/components/layouts.tsx index 89e12ed53..1b3f54bae 100644 --- a/frontend-v2/src/components/layouts.tsx +++ b/frontend-v2/src/components/layouts.tsx @@ -66,8 +66,10 @@ interface PageProps { export const Page = ({ title, subtitle, actions, children }: PageProps) => (
-

{title}

-
{subtitle}
+
+

{title}

+
{subtitle}
+
{actions}
{children}