1
This commit is contained in:
@@ -283,6 +283,7 @@ const HomeNavbar = (props: IProps) => {
|
||||
src={img.ICON_LOGO}
|
||||
className="listNavLogo"
|
||||
onClick={handleLogoClick}
|
||||
mode="scaleToFill"
|
||||
/>
|
||||
<View className="listNavLine" />
|
||||
<View className="listNavContent">
|
||||
@@ -312,7 +313,7 @@ const HomeNavbar = (props: IProps) => {
|
||||
<View className="navContent">
|
||||
{/* logo */}
|
||||
<Image
|
||||
src={inputLeftIcon || img.ICON_LIST_INPUT_LOGO}
|
||||
src={inputLeftIcon || img.ICON_LOGO}
|
||||
className="logo"
|
||||
onClick={handleInputLeftIconClick}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user