We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf8daa commit 622f24cCopy full SHA for 622f24c
src/pages/Reports/pages/OverviewMap/components/OverviewMapNavBar.jsx
@@ -106,7 +106,7 @@ const OverviewMapNavBar = ({ heading }) => (
106
<LinkSection>
107
<TinyLink
108
as="a"
109
- href={`mailto:${config.feedbackMail}?subject=Feedback zum Meldedialog ${config.reports.region}`}
+ href={`mailto:${config.reports.feedbackMail}?subject=Feedback zum Meldedialog ${config.reports.region}`}
110
>
111
Feedback zum Meldedialog?
112
</TinyLink>
0 commit comments