From f45b7a07b4c9d9a13abf454d2cfec3928c462737 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Mon, 23 Sep 2024 12:28:38 +0200 Subject: [PATCH] fix: onboarding img asset path (#8213) --- frontend/src/component/personalDashboard/WelcomeDialog.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/component/personalDashboard/WelcomeDialog.tsx b/frontend/src/component/personalDashboard/WelcomeDialog.tsx index 65391d11d5..a74ff7a196 100644 --- a/frontend/src/component/personalDashboard/WelcomeDialog.tsx +++ b/frontend/src/component/personalDashboard/WelcomeDialog.tsx @@ -5,6 +5,7 @@ import { ReactComponent as UnleashLogoWhite } from 'assets/img/logoWithWhiteText import { ThemeMode } from '../common/ThemeMode/ThemeMode'; import onboardingConcepts from 'assets/img/onboardingConcepts.png'; import { ScreenReaderOnly } from '../common/ScreenReaderOnly/ScreenReaderOnly'; +import { formatAssetPath } from 'utils/formatPath'; const StyledDialog = styled(Dialog)(({ theme }) => ({ '& .MuiDialog-paper': { @@ -69,7 +70,7 @@ export const WelcomeDialog: FC = ({ open, onClose }) => { {' '} in order to work effectively with Unleash - +

Environments