diff options
author | jameshu111 <boo15869@gmail.com> | 2023-02-16 21:43:06 -0500 |
---|---|---|
committer | jameshu111 <boo15869@gmail.com> | 2023-02-16 21:43:06 -0500 |
commit | 4f5f4b4da24dc0965f87dd33ff79279c6bfc2d7c (patch) | |
tree | 865d1c1df4a8be05eaeb03832fa2c1331a908884 /src/client/views/MainView.tsx | |
parent | c1e713b611f12b2070854e19e4838d6a44126c0b (diff) |
Modified Formatted Text Box and Document View Context Menu Icons
Imported fa-ambulance, fa-highlighter, fa-remove-format, and fa-hand-point-up
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 895ed9bda..0174e345b 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -252,6 +252,7 @@ export class MainView extends React.Component { fa.faTaxi, fa.faDownload, fa.faExpandArrowsAlt, + fa.faAmbulance, fa.faLayerGroup, fa.faExternalLinkAlt, fa.faCalendar, @@ -477,6 +478,9 @@ export class MainView extends React.Component { fa.faSquareRootAlt, fa.faVolumeMute, fa.faUserCircle, + fa.faHighlighter, + fa.faRemoveFormat, + fa.faHandPointUp, ] ); this.initAuthenticationRouters(); |