Fix myKV illustration on hello page
Fixes MS-597 #complete
This commit is contained in:
parent
1d7b97315d
commit
02e526c1de
|
|
@ -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, {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue