Different edit icon
This commit is contained in:
parent
b2408eef04
commit
bdf0d00bff
2 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<div @click="editTask(l.id)" class="icon settings">
|
<div @click="editTask(l.id)" class="icon settings">
|
||||||
<icon icon="cog"/>
|
<icon icon="pencil-alt"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -51,6 +51,7 @@ import { faTags } from '@fortawesome/free-solid-svg-icons'
|
||||||
import { faChevronDown } from '@fortawesome/free-solid-svg-icons'
|
import { faChevronDown } from '@fortawesome/free-solid-svg-icons'
|
||||||
import { faCheck } from '@fortawesome/free-solid-svg-icons'
|
import { faCheck } from '@fortawesome/free-solid-svg-icons'
|
||||||
import { faPaste } from '@fortawesome/free-solid-svg-icons'
|
import { faPaste } from '@fortawesome/free-solid-svg-icons'
|
||||||
|
import { faPencilAlt } from '@fortawesome/free-solid-svg-icons'
|
||||||
import { faTimesCircle } from '@fortawesome/free-regular-svg-icons'
|
import { faTimesCircle } from '@fortawesome/free-regular-svg-icons'
|
||||||
import { faCalendarAlt } from '@fortawesome/free-regular-svg-icons'
|
import { faCalendarAlt } from '@fortawesome/free-regular-svg-icons'
|
||||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
||||||
|
@ -80,6 +81,7 @@ library.add(faTags)
|
||||||
library.add(faChevronDown)
|
library.add(faChevronDown)
|
||||||
library.add(faCheck)
|
library.add(faCheck)
|
||||||
library.add(faPaste)
|
library.add(faPaste)
|
||||||
|
library.add(faPencilAlt)
|
||||||
|
|
||||||
Vue.component('icon', FontAwesomeIcon)
|
Vue.component('icon', FontAwesomeIcon)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue