From 1d72f17284052376d2eed54c8e3bfa01712c2a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 8 Jun 2021 13:32:43 +0200 Subject: [PATCH] fix: update feedback url --- frontend/CHANGELOG.md | 3 +++ frontend/src/component/App.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index d738b96578..ec91ae831d 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -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 diff --git a/frontend/src/component/App.tsx b/frontend/src/component/App.tsx index 0685a06d29..7e4b9d90ae 100644 --- a/frontend/src/component/App.tsx +++ b/frontend/src/component/App.tsx @@ -88,7 +88,7 @@ const App = ({ location, user, fetchUiBootstrap, feedback }: IAppProps) => {