diff options
author | OzoneGrif | 2020-02-02 05:39:09 +0100 |
---|---|---|
committer | GitHub | 2020-02-02 05:39:09 +0100 |
commit | 0b60fc3945987e547b767ece129cbf4df48d281e (patch) | |
tree | eef4a039d3105e13515af89aee5179b9eb35ae94 /viewer/src/plugins | |
parent | f297cc4f69e5b9fd3463d36f4eff21ac916d2849 (diff) | |
parent | 95e4b72df24b0074a078cebdccc478f42537eff7 (diff) | |
download | ldgallery-0b60fc3945987e547b767ece129cbf4df48d281e.tar.gz |
Merge branch 'develop' into fix-implicit-output-exclusion
Diffstat (limited to 'viewer/src/plugins')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index a15f4ce..d70746d 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -33,7 +33,7 @@ import { | |||
33 | faTags, | 33 | faTags, |
34 | faAngleRight, | 34 | faAngleRight, |
35 | faWindowClose, | 35 | faWindowClose, |
36 | faQuestionCircle, | 36 | faFile, |
37 | } from "@fortawesome/free-solid-svg-icons"; | 37 | } from "@fortawesome/free-solid-svg-icons"; |
38 | 38 | ||
39 | library.add( | 39 | library.add( |
@@ -48,7 +48,7 @@ library.add( | |||
48 | faTags, | 48 | faTags, |
49 | faAngleRight, | 49 | faAngleRight, |
50 | faWindowClose, | 50 | faWindowClose, |
51 | faQuestionCircle, | 51 | faFile, |
52 | ); | 52 | ); |
53 | 53 | ||
54 | config.autoAddCss = false; | 54 | config.autoAddCss = false; |