Use correct illustrations on Hello page

Fix MS-678 #complete
This commit is contained in:
Ramon Wenger 2023-03-28 17:08:29 +02:00
parent f8d0a9a83d
commit 52b399b216
1 changed files with 2 additions and 7 deletions

View File

@ -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: {