submit order base
This commit is contained in:
@@ -26,7 +26,7 @@ const Button: FC<Props> = memo((props: Props) => {
|
||||
<div className='flex gap-2 items-center'>
|
||||
{
|
||||
!props.percentage ?
|
||||
<MoonLoader size={20} color='#fff' />
|
||||
<MoonLoader size={20} color='#000' />
|
||||
:
|
||||
<span>{props.percentage}%</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user