diff --git a/client/src/components/illustrations/HelloMyKVIllustration.vue b/client/src/components/illustrations/HelloMyKVIllustration.vue new file mode 100644 index 00000000..8a1a7bdf --- /dev/null +++ b/client/src/components/illustrations/HelloMyKVIllustration.vue @@ -0,0 +1,356 @@ + diff --git a/client/src/helpers/app-flavor.js b/client/src/helpers/app-flavor.js index 933bf24b..9f8e4bca 100644 --- a/client/src/helpers/app-flavor.js +++ b/client/src/helpers/app-flavor.js @@ -16,6 +16,7 @@ const defaultFlavorValues = { showObjectivesTitle: true, showInstrumentFilterSidebar: true, showPortfolio: true, + showEHB: true, }; let flavorValues = Object.assign({}, defaultFlavorValues); @@ -39,6 +40,7 @@ if (process.env.VUE_APP_FLAVOR === 'my-kv') { showObjectivesTitle: false, showInstrumentFilterSidebar: false, showPortfolio: true, + showEHB: false, }); } diff --git a/client/src/layouts/SplitLayout.vue b/client/src/layouts/SplitLayout.vue index 5d4ed700..cf85e2b7 100644 --- a/client/src/layouts/SplitLayout.vue +++ b/client/src/layouts/SplitLayout.vue @@ -10,17 +10,20 @@