fix smile icon
This commit is contained in:
parent
ee58abc145
commit
81af89ff30
3 changed files with 4 additions and 4 deletions
|
|
@ -10,6 +10,7 @@ import { library } from '@fortawesome/fontawesome-svg-core'
|
|||
import {
|
||||
faBookmark as faBookmarkRegular,
|
||||
faStar as faStarRegular,
|
||||
faFaceSmileBeam,
|
||||
} from '@fortawesome/free-regular-svg-icons'
|
||||
import {
|
||||
faBookmark,
|
||||
|
|
@ -24,7 +25,6 @@ import {
|
|||
faReply,
|
||||
faRetweet,
|
||||
faShareAlt,
|
||||
faSmileBeam,
|
||||
faStar,
|
||||
faThumbtack,
|
||||
faTimes,
|
||||
|
|
@ -45,7 +45,7 @@ library.add(
|
|||
faRetweet,
|
||||
faStar,
|
||||
faStarRegular,
|
||||
faSmileBeam,
|
||||
faFaceSmileBeam,
|
||||
|
||||
faBookmark,
|
||||
faBookmarkRegular,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue