Updated icon for toggle card

refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
Rishabh 2021-11-19 12:11:50 +05:30
parent d83d6124ba
commit 461f84660c

View File

@ -35,7 +35,7 @@ export const CARD_ICON_MAP = {
button: 'koenig/kg-card-type-gen-embed', button: 'koenig/kg-card-type-gen-embed',
callout: 'koenig/kg-card-type-callout', callout: 'koenig/kg-card-type-callout',
nft: 'koenig/kg-card-type-gen-embed', nft: 'koenig/kg-card-type-gen-embed',
toggle: 'koenig/kg-card-type-gen-embed', toggle: 'koenig/kg-card-type-accordion',
'email-cta': 'koenig/kg-card-type-gen-embed', 'email-cta': 'koenig/kg-card-type-gen-embed',
paywall: 'koenig/kg-card-type-divider' paywall: 'koenig/kg-card-type-divider'
}; };
@ -169,7 +169,7 @@ export const CARD_MENU = [
}, },
{ {
label: 'Toggle', label: 'Toggle',
icon: 'koenig/kg-card-type-paywall', icon: 'koenig/kg-card-type-accordion',
desc: 'Add collapsible content', desc: 'Add collapsible content',
matches: ['toggle'], matches: ['toggle'],
type: 'card', type: 'card',