From ed4fbaaca51f9d17a424482ab0bce76102c5c48e Mon Sep 17 00:00:00 2001 From: Dmytro <98233552+DmytroAlipov@users.noreply.github.com> Date: Wed, 8 Mar 2023 07:08:59 +0200 Subject: [PATCH] feat: displaying a support link on the welcome page (#763) This update adds a display dependency support links on welcome page if variable AUTHN_PROGRESSIVE_PROFILING_SUPPORT_LINK non-empty in MFE configuration. --- src/welcome/ProgressiveProfiling.jsx | 26 ++++++++++--------- .../tests/ProgressiveProfiling.test.jsx | 18 +++++++++++++ 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/src/welcome/ProgressiveProfiling.jsx b/src/welcome/ProgressiveProfiling.jsx index 16aa8247..e307980c 100644 --- a/src/welcome/ProgressiveProfiling.jsx +++ b/src/welcome/ProgressiveProfiling.jsx @@ -148,18 +148,20 @@ const ProgressiveProfiling = (props) => { ) : null}