diff --git a/apps/web/app/s/[surveyId]/LinkSurvey.tsx b/apps/web/app/s/[surveyId]/LinkSurvey.tsx index edfa9fd20b..a265fb5c0e 100644 --- a/apps/web/app/s/[surveyId]/LinkSurvey.tsx +++ b/apps/web/app/s/[surveyId]/LinkSurvey.tsx @@ -11,8 +11,8 @@ import { cn } from "@formbricks/lib/cn"; import type { Question } from "@formbricks/types/questions"; import type { Survey } from "@formbricks/types/surveys"; import { Confetti } from "@formbricks/ui"; +import { ArrowPathIcon } from "@heroicons/react/24/solid"; import { useEffect, useState } from "react"; -import { ExclamationTriangleIcon, ArrowPathIcon } from "@heroicons/react/24/solid"; type EnhancedSurvey = Survey & { brandColor: string;