diff --git a/apps/web/app/s/[surveyId]/components/VerifyEmail.tsx b/apps/web/app/s/[surveyId]/components/VerifyEmail.tsx index 217891fef9..848824eb24 100644 --- a/apps/web/app/s/[surveyId]/components/VerifyEmail.tsx +++ b/apps/web/app/s/[surveyId]/components/VerifyEmail.tsx @@ -8,16 +8,7 @@ import { Toaster, toast } from "react-hot-toast"; import { TSurvey } from "@formbricks/types/surveys"; import { Button } from "@formbricks/ui/Button"; import { Input } from "@formbricks/ui/Input"; - -const StackedCardsContainer = ({ children }) => ( -
Verify your email to respond.
-- To respond to this survey, please verify your email. -
-