Add buttons to menus

This commit is contained in:
Sol Fisher Romanoff 2022-06-14 23:53:51 +03:00
parent 6e8c7460a2
commit d2c82a04d9
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62
5 changed files with 34 additions and 5 deletions

View file

@ -12,7 +12,8 @@ import {
faComments,
faBell,
faInfoCircle,
faStream
faStream,
faList
} from '@fortawesome/free-solid-svg-icons'
library.add(
@ -25,7 +26,8 @@ library.add(
faComments,
faBell,
faInfoCircle,
faStream
faStream,
faList
)
const NavPanel = {