diff --git a/src/components/v5/shared/CardWithCallout/CardWithCallout.tsx b/src/components/v5/shared/CardWithCallout/CardWithCallout.tsx index 1b132101c20..ea171279553 100644 --- a/src/components/v5/shared/CardWithCallout/CardWithCallout.tsx +++ b/src/components/v5/shared/CardWithCallout/CardWithCallout.tsx @@ -28,7 +28,7 @@ const CardWithCallout: FC> = ({
{subtitle &&

{subtitle}

} - {children &&

{children}

} + {children &&
{children}
}
{button}
diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx index 6e940f1cc57..66602cbf8ac 100644 --- a/src/routes/Routes.tsx +++ b/src/routes/Routes.tsx @@ -124,7 +124,7 @@ const Routes = () => { // Allow in use colony names .filter((route) => !['/meta', '/beta'].includes(route)) .map((route) => ( - } /> + } /> ))} {/* Colony routes */}