mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Add new logo
This commit is contained in:
@@ -15,8 +15,7 @@ function BottomAppBar() {
|
||||
<>
|
||||
<MaterialBottomAppBar>
|
||||
<MaterialIconButton icon="settings--filled" id="settings-open" onClick={() => onSettingsOpenChange(true)} />
|
||||
<MaterialIconButton icon="group_add--filled" />
|
||||
<div style={{ flexGrow: 1 }}></div>
|
||||
<div style={{ flexGrow: 1 }} />
|
||||
<MaterialIconButton
|
||||
icon="logout--filled"
|
||||
id="logout-btn"
|
||||
@@ -31,7 +30,7 @@ function BottomAppBar() {
|
||||
|
||||
export function LeftPanel() {
|
||||
return (
|
||||
<div className={styles.chatList} id="chat-list">
|
||||
<div className={styles.chatList}>
|
||||
<ChatHeader />
|
||||
<div className={styles.searchContainer}>
|
||||
<UsernameSearch />
|
||||
|
||||
Reference in New Issue
Block a user