Add announcement display with placeholder messages
This commit is contained in:
parent
2e3d4d7728
commit
e067783a30
8 changed files with 119 additions and 2 deletions
|
|
@ -18,7 +18,8 @@ import {
|
|||
faBell,
|
||||
faInfoCircle,
|
||||
faStream,
|
||||
faList
|
||||
faList,
|
||||
faBullhorn
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
|
|
@ -32,7 +33,8 @@ library.add(
|
|||
faBell,
|
||||
faInfoCircle,
|
||||
faStream,
|
||||
faList
|
||||
faList,
|
||||
faBullhorn
|
||||
)
|
||||
const NavPanel = {
|
||||
props: ['forceExpand', 'forceEditMode'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue