diff --git a/apps/web/app/environments/[environmentId]/surveys/SurveyList.tsx b/apps/web/app/environments/[environmentId]/surveys/SurveyList.tsx
index d42a506e1f..37e4df3139 100644
--- a/apps/web/app/environments/[environmentId]/surveys/SurveyList.tsx
+++ b/apps/web/app/environments/[environmentId]/surveys/SurveyList.tsx
@@ -225,21 +225,23 @@ export default function SurveysList({ environmentId }) {
{survey.type === "link" && (
<>
-
+ href={`${window.location.protocol}//${window.location.host}/s/${survey.id}?preview=true`}
+ target="_blank">
Preview Survey
-
+