diff options
Diffstat (limited to 'viewer/src/plugins/fontawesome.ts')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index d70746d..e8848f9 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -30,9 +30,8 @@ import { | |||
30 | faHome, | 30 | faHome, |
31 | faArrowLeft, | 31 | faArrowLeft, |
32 | faLevelUpAlt, | 32 | faLevelUpAlt, |
33 | faTags, | ||
34 | faAngleRight, | 33 | faAngleRight, |
35 | faWindowClose, | 34 | faAngleDoubleLeft, |
36 | faFile, | 35 | faFile, |
37 | } from "@fortawesome/free-solid-svg-icons"; | 36 | } from "@fortawesome/free-solid-svg-icons"; |
38 | 37 | ||
@@ -45,9 +44,8 @@ library.add( | |||
45 | faHome, | 44 | faHome, |
46 | faArrowLeft, | 45 | faArrowLeft, |
47 | faLevelUpAlt, | 46 | faLevelUpAlt, |
48 | faTags, | ||
49 | faAngleRight, | 47 | faAngleRight, |
50 | faWindowClose, | 48 | faAngleDoubleLeft, |
51 | faFile, | 49 | faFile, |
52 | ); | 50 | ); |
53 | 51 | ||