1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: update feedback url

This commit is contained in:
Ivar Conradi Østhus 2021-06-08 13:32:43 +02:00
parent 215be8b672
commit 1d72f17284
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
The latest version of this document is always available in
[releases](https://github.com/Unleash/unleash-frontend/releases).
# 4.0.4
- fix: update feedback url
# 4.0.3

View File

@ -88,7 +88,7 @@ const App = ({ location, user, fetchUiBootstrap, feedback }: IAppProps) => {
</Switch>
<Feedback
feedbackId="pnps"
openUrl="https://getunleash.ai/pnps"
openUrl="http://feedback.unleash.run"
/>
</LayoutPicker>
</div>