diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/responses/components/ResponsePage.tsx b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/responses/components/ResponsePage.tsx
index 7c48452a27..20ab5150e0 100644
--- a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/responses/components/ResponsePage.tsx
+++ b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/responses/components/ResponsePage.tsx
@@ -19,6 +19,8 @@ import { TTag } from "@formbricks/types/tags";
import { TUser } from "@formbricks/types/user";
import ContentWrapper from "@formbricks/ui/ContentWrapper";
+import ResultsShareButton from "../../../components/ResultsShareButton";
+
interface ResponsePageProps {
environment: TEnvironment;
survey: TSurvey;
@@ -70,12 +72,15 @@ const ResponsePage = ({
user={user}
membershipRole={membershipRole}
/>
-
Publish Results to web
++ You are about to release these survey results to the public. +
- Your survey results are shared with anyone who has the link. The results will not be indexed - by search engines. + Your survey results will be public. Anyone outside your team can access them if they have the + link.
- Share Survey
+ Copy link
- Publish Results
{survey.name}
- {survey.resultShareKey &&