Skip to content

Commit

Permalink
feat(survey): update survey link (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alezco committed Mar 22, 2021
1 parent e941e82 commit 03d8b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/modals/settings-modal/about.tsx
Expand Up @@ -38,7 +38,7 @@ const aboutItems = [
label: "settingsModal.wiki",
},
{
link: "https://bit.ly/315pAd8",
link: "https://archifiltre.fabrique.social.gouv.fr/questionnaire/",
Icon: FaGrinStars,
label: "folderDropzone.feedback",
},
Expand Down
4 changes: 3 additions & 1 deletion src/components/start-screen/start-screen-sidebar.tsx
Expand Up @@ -22,7 +22,9 @@ import {
} from "react-icons/fa";

const onFeedbackClick = () => {
shell.openExternal("https://bit.ly/315pAd8");
shell.openExternal(
"https://archifiltre.fabrique.social.gouv.fr/questionnaire/"
);
};

const onContactClick = () => {
Expand Down

0 comments on commit 03d8b2f

Please sign in to comment.