aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorStanley Yip <stanley_yip@brown.edu>2019-10-19 15:38:50 -0400
committerStanley Yip <stanley_yip@brown.edu>2019-10-19 15:38:50 -0400
commitfe673d8cc7073b5bbe94efde6ef3346364ad1c58 (patch)
tree463781adc044a651643b043f58dafe021b491b92 /src/client/views/MainView.tsx
parent462cd06a1bff6e510132a4434a72fd7b4245cfdf (diff)
staff view added
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index 2f48b66c0..0ede0b770 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -125,6 +125,7 @@ export class MainView extends React.Component {
library.add(faBolt);
library.add(faChevronRight);
library.add(faEllipsisV);
+ library.add(faMusic);
this.initEventListeners();
this.initAuthenticationRouters();
}