remove missing css class references

This commit is contained in:
Anton Georgiev 2019-02-13 18:44:05 +00:00
parent 5776e9b432
commit 7858eb6f4b
2 changed files with 8 additions and 8 deletions

View File

@ -53,8 +53,8 @@ class UserNotes extends PureComponent {
className={styles.noteLink}
onClick={toggleNotePanel}
>
<Icon iconName='copy' className={styles.icon} />
<span className={styles.label} >{intl.formatMessage(intlMessages.title)}</span>
<Icon iconName='copy'/>
<span>{intl.formatMessage(intlMessages.title)}</span>
</div>
</div>
</div>

View File

@ -5342,9 +5342,9 @@
"dev": true
},
"popper.js": {
"version": "1.14.6",
"resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.14.6.tgz",
"integrity": "sha512-AGwHGQBKumlk/MDfrSOf0JHhJCImdDMcGNoqKmKkU+68GFazv3CQ6q9r7Ja1sKDZmYWTckY/uLyEznheTDycnA=="
"version": "1.14.7",
"resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.14.7.tgz",
"integrity": "sha512-4q1hNvoUre/8srWsH7hnoSJ5xVmIL4qgz+s4qf2TnJIMyZFUFMGH+9vE7mXynAlHSZ/NdTmmow86muD0myUkVQ=="
},
"posix-character-classes": {
"version": "0.1.1",
@ -6820,9 +6820,9 @@
"integrity": "sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g="
},
"tippy.js": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-3.3.0.tgz",
"integrity": "sha512-2gIQg57EFSCBqE97NZbakSkGBJF0GzdOhx/lneGQGMzJiJyvbpyKgNy4l4qofq0nEbXACl7C/jW/ErsdQa21aQ==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-3.4.1.tgz",
"integrity": "sha512-ZiyGP9WZyCCcjxKM4G88cm4U1r1ytjeMDGa5FSKPaPzwc/3yZJVZsb1ffcmqUMCpryRp5LNxRNGKLzbs11sb/Q==",
"requires": {
"popper.js": "^1.14.6"
}