- updated users table;
This commit is contained in:
@@ -27,9 +27,10 @@ const AppTopbar = () => {
|
||||
<i className="pi pi-bell p-overlay-badge topBar__icon">
|
||||
<Badge value="0"></Badge>
|
||||
</i>
|
||||
<i className="pi pi-envelope p-overlay-badge topBar__icon">
|
||||
<i className="pi pi-envelope topBar__icon"></i>
|
||||
{/*<i className="pi pi-envelope p-overlay-badge topBar__icon">
|
||||
<Badge severity="danger"></Badge>
|
||||
</i>
|
||||
</i>*/}
|
||||
<Button
|
||||
className="topBar__profileBtn"
|
||||
outlined
|
||||
@@ -40,7 +41,7 @@ const AppTopbar = () => {
|
||||
<TopBarProfileMenu menuLeftRef={menuLeft}/>
|
||||
</div>
|
||||
|
||||
return(
|
||||
return (
|
||||
<Toolbar start={startContent} end={endContent} className="topBar"/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user