feat(SW-391): Added sidepeek functionality to teasercard
This commit is contained in:
committed by
Pontus Dreij
parent
194ca601b5
commit
9ba5795718
@@ -21,7 +21,7 @@ import {
|
||||
ChevronRightIcon,
|
||||
ChevronRightSmallIcon,
|
||||
CloseIcon,
|
||||
CloseLarge,
|
||||
CloseLargeIcon,
|
||||
CoffeeIcon,
|
||||
ConciergeIcon,
|
||||
CrossCircle,
|
||||
@@ -104,7 +104,7 @@ export function getIconByIconName(icon?: IconName): FC<IconProps> | null {
|
||||
case IconName.Close:
|
||||
return CloseIcon
|
||||
case IconName.CloseLarge:
|
||||
return CloseLarge
|
||||
return CloseLargeIcon
|
||||
case IconName.Coffee:
|
||||
return CoffeeIcon
|
||||
case IconName.Concierge:
|
||||
|
||||
Reference in New Issue
Block a user