diff --git a/frontend/src/components/modals/feedback/FeedbackModal.tsx b/frontend/src/components/modals/feedback/FeedbackModal.tsx index 3a934269b5f7..e16d0b3e536e 100644 --- a/frontend/src/components/modals/feedback/FeedbackModal.tsx +++ b/frontend/src/components/modals/feedback/FeedbackModal.tsx @@ -16,7 +16,7 @@ const isEmailValid = (email: string) => { return emailRegex.test(email); }; -const VIEWER_PAGE = "https://www.all-hands.dev/share-openhands"; +const VIEWER_PAGE = "https://www.all-hands.dev/share-opendevin"; const FEEDBACK_VERSION = "1.0"; interface FeedbackModalProps {