Skip to content

Commit

Permalink
fix link (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
FSM1 committed May 11, 2021
1 parent c9d65e3 commit 75bbbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/files-ui/src/Components/Layouts/AppNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const AppNav: React.FC<IAppNav> = ({ navOpen, setNavOpen }: IAppNav) => {
}, [desktop, navOpen, setNavOpen])

const collectFeedback = () => {
window.open(ROUTE_LINKS.GeneralFeedbackForm, "_blank")
window.open(ROUTE_LINKS.UserSurvey, "_blank")
}

return (
Expand Down

0 comments on commit 75bbbd0

Please sign in to comment.