From cc6a4de72fd06e86859f94bafdfd572878a2a026 Mon Sep 17 00:00:00 2001 From: darth-coder00 <86726556+darth-coder00@users.noreply.github.com> Date: Fri, 17 Sep 2021 01:12:00 +0530 Subject: [PATCH] Whats new changes (#514) * Whats new modal auto visible for New and Returning users post new release * Minor fix * Minor change for video * Minor changes * making path optional for what's new modal features --- .../Modals/WhatsNewModal/FeaturesCarousel.tsx | 24 ++++++++++--------- .../Modals/WhatsNewModal/whatsNewData.ts | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/catalog-rest-service/src/main/resources/ui/src/components/Modals/WhatsNewModal/FeaturesCarousel.tsx b/catalog-rest-service/src/main/resources/ui/src/components/Modals/WhatsNewModal/FeaturesCarousel.tsx index 2ce44dde9e8..0db630e88ec 100644 --- a/catalog-rest-service/src/main/resources/ui/src/components/Modals/WhatsNewModal/FeaturesCarousel.tsx +++ b/catalog-rest-service/src/main/resources/ui/src/components/Modals/WhatsNewModal/FeaturesCarousel.tsx @@ -70,17 +70,19 @@ const FeaturesCarousel = ({ data }: Props) => {

{d.title}

{d.description}

- {d.isImage ? ( - feature - ) : ( -