Skip to content

Commit

Permalink
revert feedback link
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Aug 21, 2024
1 parent 21aed81 commit 482af83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/modals/feedback/FeedbackModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 482af83

Please sign in to comment.