mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
add avatar on account-settings
This commit is contained in:
@ -53,7 +53,8 @@ import {
|
||||
faPaperPlane,
|
||||
faEyeSlash,
|
||||
faSyncAlt,
|
||||
faRocket
|
||||
faRocket,
|
||||
faCamera
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
import { far } from '@fortawesome/free-regular-svg-icons'
|
||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
||||
@ -117,7 +118,8 @@ library.add(
|
||||
faCopy,
|
||||
faPaperPlane,
|
||||
faSyncAlt,
|
||||
faRocket
|
||||
faRocket,
|
||||
faCamera
|
||||
)
|
||||
|
||||
Vue.component('font-awesome-icon', FontAwesomeIcon)
|
||||
|
||||
Reference in New Issue
Block a user