Fix myKV illustration on hello page

Fixes MS-597 #complete
This commit is contained in:
Ramon Wenger 2023-06-28 09:43:21 +02:00
parent 1d7b97315d
commit 02e526c1de
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export const myKvValues: FlavorValues = {
showInstrumentFilterSidebar: true, showInstrumentFilterSidebar: true,
showPortfolio: true, showPortfolio: true,
showEHB: false, showEHB: false,
helloIllustration: 'HelloMyKvIllustration', helloIllustration: 'HelloMyKVIllustration',
}; };
export const dhfValues: FlavorValues = Object.assign({}, myKvValues, { export const dhfValues: FlavorValues = Object.assign({}, myKvValues, {