diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf303b3..7da4f08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * [#570](https://github.com/shlinkio/shlink-web-client/pull/570) Added new section to load non-orphan visits all together. ### Changed +* [#543](https://github.com/shlinkio/shlink-web-client/pull/543) Redesigned settings section. * [#567](https://github.com/shlinkio/shlink-web-client/pull/567) Improved Shlink 3.0.0 compatibility by checking the `INVALID_SHORT_URL_DELETION` error code when deleting short URLs. * [#524](https://github.com/shlinkio/shlink-web-client/pull/524) Updated to react-router v6. diff --git a/src/app/App.tsx b/src/app/App.tsx index 499841f5..afe7c2e9 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -47,7 +47,7 @@ const App = (
} /> - } /> + } /> } /> } /> } /> diff --git a/src/common/MainHeader.tsx b/src/common/MainHeader.tsx index 4ce52d68..e4dc28b6 100644 --- a/src/common/MainHeader.tsx +++ b/src/common/MainHeader.tsx @@ -31,7 +31,7 @@ const MainHeader = (ServersDropdown: FC) => () => {