diff options
author | OzoneGrif | 2020-02-02 08:20:09 +0100 |
---|---|---|
committer | GitHub | 2020-02-02 08:20:09 +0100 |
commit | db8ebac1fa405bbee7da15d45c7ba6cd736bfa02 (patch) | |
tree | 4a649fdab72304b4bf20ec84707390e88c981b0d /viewer/src/plugins | |
parent | 0697693934c700f50bcc45ad58ab0b8f0370561c (diff) | |
parent | ce2f0262768bc3d56dd9a776a075c6ccf10a7ae3 (diff) | |
download | ldgallery-db8ebac1fa405bbee7da15d45c7ba6cd736bfa02.tar.gz |
Merge branch 'develop' into feature-thumbnail-resolution-index
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; |