fix(core): update

This commit is contained in:
Philipp Kunz 2020-12-03 11:12:11 +00:00
parent cf5cd37ebc
commit cf80efd1ec

View File

@ -8,7 +8,7 @@ import {
faGoogle,
faLinkedin,
faMedium,
faSlack,
faSlackHash,
faTwitter,
} from '@fortawesome/free-brands-svg-icons';
@ -36,7 +36,7 @@ const faIcons: { [key: string]: IconDefinition } = {
google: faGoogle,
linkedin: faLinkedin,
medium: faMedium,
slack: faSlack,
slack: faSlackHash,
twitter: faTwitter,
users: faUsers,
};