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:
parent
215be8b672
commit
1d72f17284
@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
The latest version of this document is always available in
|
The latest version of this document is always available in
|
||||||
[releases](https://github.com/Unleash/unleash-frontend/releases).
|
[releases](https://github.com/Unleash/unleash-frontend/releases).
|
||||||
|
|
||||||
|
# 4.0.4
|
||||||
|
|
||||||
|
- fix: update feedback url
|
||||||
|
|
||||||
# 4.0.3
|
# 4.0.3
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ const App = ({ location, user, fetchUiBootstrap, feedback }: IAppProps) => {
|
|||||||
</Switch>
|
</Switch>
|
||||||
<Feedback
|
<Feedback
|
||||||
feedbackId="pnps"
|
feedbackId="pnps"
|
||||||
openUrl="https://getunleash.ai/pnps"
|
openUrl="http://feedback.unleash.run"
|
||||||
/>
|
/>
|
||||||
</LayoutPicker>
|
</LayoutPicker>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user