From 52b399b216440247dab9429760f19f2dc38f80af Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 28 Mar 2023 17:08:29 +0200 Subject: [PATCH] Use correct illustrations on Hello page Fix MS-678 #complete --- client/src/layouts/SplitLayout.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/client/src/layouts/SplitLayout.vue b/client/src/layouts/SplitLayout.vue index e4119c67..723cbe11 100644 --- a/client/src/layouts/SplitLayout.vue +++ b/client/src/layouts/SplitLayout.vue @@ -21,13 +21,8 @@ const PortfolioIllustration = defineAsyncComponent(() => const RoomsIllustration = defineAsyncComponent(() => import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/RoomsIllustration') ); -const HelloIllustration = defineAsyncComponent(() => - import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/HelloIllustration') -); -const HelloMyKVIllustration = defineAsyncComponent(() => - import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/HelloMyKVIllustration') -); -const Hello = flavorValues.appFlavor === 'my-kv' ? HelloMyKVIllustration : HelloIllustration; + +const Hello = flavorValues.helloIllustration; export default { components: {