diff --git a/app/features/public-area/components/call-to-action.tsx b/app/features/public-area/components/call-to-action.tsx index b769345..99e4d44 100644 --- a/app/features/public-area/components/call-to-action.tsx +++ b/app/features/public-area/components/call-to-action.tsx @@ -5,9 +5,10 @@ import Button from "./button"; import Container from "./container"; import { TextField } from "./fields"; -import backgroundImage from "../images/background-call-to-action.jpg"; import Alert from "~/features/core/components/alert"; +import backgroundImage from "../images/background-call-to-action.jpg"; + export default function CallToAction() { const actionData = useActionData(); @@ -31,7 +32,10 @@ export default function CallToAction() {

-
+ {actionData?.submitted ? (