mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui-library.git
synced 2025-11-03 12:17:55 +00:00
icon navbar
This commit is contained in:
@@ -39,11 +39,7 @@ const Navbar = ({
|
|||||||
return (
|
return (
|
||||||
<Header className={`${styles.Navbar}`}>
|
<Header className={`${styles.Navbar}`}>
|
||||||
<RouterLink className={styles.LogoContainer} to={routes.root}>
|
<RouterLink className={styles.LogoContainer} to={routes.root}>
|
||||||
<img
|
{isMobile ? <img src={logoMobile} alt={company} width="32" /> : <>{logo}</>}
|
||||||
src={`${isMobile ? logoMobile : logo}`}
|
|
||||||
alt={company}
|
|
||||||
width={`${isMobile ? '32' : '200'}`}
|
|
||||||
/>
|
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
{isMobile ? (
|
{isMobile ? (
|
||||||
<Drawer
|
<Drawer
|
||||||
|
|||||||
Reference in New Issue
Block a user