zendesk / linksf

A mobile website to connect those in need in to services that can help them
http://link-sf.com
Apache License 2.0
62 stars 38 forks source link

Checkbox icons aren't loading via css-loader correctly #412

Closed craig-day closed 2 years ago

craig-day commented 6 years ago

right now we have to add two classes to get the icon to show up, we should just be able to call the class from the import.

${props.active ? icons.iconCheck:icons.iconCheckEmpty} ${props.active ? 'icon-check' : 'icon-check-empty'}