diff options
author | OzoneGrif | 2020-01-31 02:26:12 +0100 |
---|---|---|
committer | GitHub | 2020-01-31 02:26:12 +0100 |
commit | d94b987463169b254ab69a79ddb58e5beccb0941 (patch) | |
tree | 51f66cdada6a8e920ba80a3aae76393e0127d825 /viewer/src/plugins/fontawesome.ts | |
parent | 15c806adec22239096a910b92b49fcfb964815bd (diff) | |
parent | 2157b66f3ea43137391939992cac4dc901a4ac4e (diff) | |
download | ldgallery-d94b987463169b254ab69a79ddb58e5beccb0941.tar.gz |
Merge pull request #65 from pacien/oz-viewer
viewer improvements
Diffstat (limited to 'viewer/src/plugins/fontawesome.ts')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index bb77c01..bf2ff5f 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -28,6 +28,10 @@ import { | |||
28 | faPlus, | 28 | faPlus, |
29 | faMinus, | 29 | faMinus, |
30 | faImage, | 30 | faImage, |
31 | faHome, | ||
32 | faArrowLeft, | ||
33 | faTags, | ||
34 | faAngleRight, | ||
31 | } from "@fortawesome/free-solid-svg-icons"; | 35 | } from "@fortawesome/free-solid-svg-icons"; |
32 | 36 | ||
33 | library.add( | 37 | library.add( |
@@ -37,6 +41,10 @@ library.add( | |||
37 | faPlus, | 41 | faPlus, |
38 | faMinus, | 42 | faMinus, |
39 | faImage, | 43 | faImage, |
44 | faHome, | ||
45 | faArrowLeft, | ||
46 | faTags, | ||
47 | faAngleRight, | ||
40 | ); | 48 | ); |
41 | 49 | ||
42 | Vue.component("fa-icon", FontAwesomeIcon); | 50 | Vue.component("fa-icon", FontAwesomeIcon); |