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