diff options
author | Stanley Yip <stanley_yip@brown.edu> | 2019-10-19 15:38:50 -0400 |
---|---|---|
committer | Stanley Yip <stanley_yip@brown.edu> | 2019-10-19 15:38:50 -0400 |
commit | fe673d8cc7073b5bbe94efde6ef3346364ad1c58 (patch) | |
tree | 463781adc044a651643b043f58dafe021b491b92 /src/client/views/MainView.tsx | |
parent | 462cd06a1bff6e510132a4434a72fd7b4245cfdf (diff) |
staff view added
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
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(); } |