From d40bc5070ac3a87447cbd3c2df4ca2459b637734 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 7 Oct 2023 09:15:54 +0200 Subject: [PATCH] Feature/remove permission to markets overview on home page (#2441) * Remove show condition for markets overview * Update changelog --- CHANGELOG.md | 4 ++++ .../app/components/home-market/home-market.html | 2 +- .../src/app/pages/home/home-page.component.ts | 14 +------------- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c7e843..17ff05e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added the application version to the endpoint `GET api/v1/admin` - Introduced a carousel component for the testimonial section on the landing page +### Changed + +- Displayed the link to the markets overview on the home page without any permission + ### Fixed - Fixed the style of the active features page in the navigation on desktop diff --git a/apps/client/src/app/components/home-market/home-market.html b/apps/client/src/app/components/home-market/home-market.html index 43f560d8..7ce07b6e 100644 --- a/apps/client/src/app/components/home-market/home-market.html +++ b/apps/client/src/app/components/home-market/home-market.html @@ -1,6 +1,6 @@