Include Talent component in the playground

This commit is contained in:
Melvin Valster
2019-07-25 09:59:17 +02:00
parent 45e68a11e2
commit 7b51daa3d7
7 changed files with 79 additions and 46 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export const Icon: FC<Props> = ({ name: defaultName, size = 'medium', golden = f
}
img.onerror = () => setName(NOT_FOUND_ICON)
img.src = url
}, [name, url])
}, [name, url, start])
const className = classNames('icon', `icon--${size}`, {
'icon--golden': golden,