market list toggle added, thumbnail images added in add pay card page
This commit is contained in:
@@ -95,8 +95,12 @@ export default function InputCom({
|
||||
dir={direction}
|
||||
/>
|
||||
{iconName && (
|
||||
<div className="absolute right-6 bottom-[10px] z-10">
|
||||
<Icons name={iconName} />
|
||||
<div className="absolute right-6 bottom-[10px] z-10 flex gap-2">
|
||||
{
|
||||
iconName.split(' ').map((item, index)=>(
|
||||
<Icons key={index} name={item} />
|
||||
))
|
||||
}
|
||||
</div>
|
||||
)}
|
||||
{passIcon && (
|
||||
|
||||
Reference in New Issue
Block a user