|
|
|
@ -22,7 +22,7 @@ function MobileApp() {
|
|
|
|
|
<Header className='header' style={{ position: 'sticky', top: 0, zIndex: 1, width: '100%', background: 'white' }}>
|
|
|
|
|
<Row gutter={{ md: 24 }} align='middle'>
|
|
|
|
|
<Col flex="auto" style={{ color: "white", marginBottom: "0", display: "flex", justifyContent: "center" }}>
|
|
|
|
|
<NavLink to='/'>
|
|
|
|
|
<NavLink to='/m/conversation'>
|
|
|
|
|
<img src={AppLogo} className='logo' alt='App logo' />
|
|
|
|
|
</NavLink>
|
|
|
|
|
<Space><Avatar
|
|
|
|
|