diff --git a/frontend/src/ts/components/common/AnimatedModal.tsx b/frontend/src/ts/components/common/AnimatedModal.tsx index 63f5e32a1720..36445e20a123 100644 --- a/frontend/src/ts/components/common/AnimatedModal.tsx +++ b/frontend/src/ts/components/common/AnimatedModal.tsx @@ -276,13 +276,13 @@ export function AnimatedModal(props: AnimatedModalProps): JSXElement {
-
{props.title}
+
{props.title}
{props.children}
diff --git a/frontend/src/ts/components/layout/footer/Footer.tsx b/frontend/src/ts/components/layout/footer/Footer.tsx index f0d0c19abba9..1e713a4862b0 100644 --- a/frontend/src/ts/components/layout/footer/Footer.tsx +++ b/frontend/src/ts/components/layout/footer/Footer.tsx @@ -12,7 +12,7 @@ import { VersionButton } from "./VersionButton"; export function Footer(): JSXElement { return (