diff options
author | Mehek Jethani <53710923+mehekj@users.noreply.github.com> | 2023-02-27 16:56:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-27 16:56:04 -0500 |
commit | 16522b5b44795f88ec0d7217f58209fbab9fd4ff (patch) | |
tree | feb939d7b16fc943bbc929c56ba84a57643d73d2 /src/client/views/MainView.tsx | |
parent | cfef23fbe4f3c3fee33a6b6cc5e970fe13c7d7b6 (diff) | |
parent | de60883c54d761b74017339d9d6ce441706e0f21 (diff) |
Merge pull request #161 from brown-dash/james-text-icons
Modified Formatted Text Box and Document View Context Menu Icons
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 64f116a09..1e9220e1e 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -251,6 +251,7 @@ export class MainView extends React.Component { fa.faTaxi, fa.faDownload, fa.faExpandArrowsAlt, + fa.faAmbulance, fa.faLayerGroup, fa.faExternalLinkAlt, fa.faCalendar, @@ -476,6 +477,9 @@ export class MainView extends React.Component { fa.faSquareRootAlt, fa.faVolumeMute, fa.faUserCircle, + fa.faHighlighter, + fa.faRemoveFormat, + fa.faHandPointUp, ] ); this.initAuthenticationRouters(); |