mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-21 10:52:36 +01:00
Update infostands
This commit is contained in:
parent
8ae63f0c36
commit
0815a3537b
@ -66,7 +66,7 @@ export const InfoStandWidgetRentableBotView: FC<InfoStandWidgetRentableBotViewPr
|
|||||||
{ canPickup &&
|
{ canPickup &&
|
||||||
<div className="button-container mt-2">
|
<div className="button-container mt-2">
|
||||||
<button type="button" className="btn btn-sm btn-danger ms-1" onClick={ pickupBot }>
|
<button type="button" className="btn btn-sm btn-danger ms-1" onClick={ pickupBot }>
|
||||||
<i className="me-1 fas fa-eject"></i>
|
<i className="me-1 fas fa-box-open"></i>
|
||||||
{ LocalizeText('infostand.button.pickup') }
|
{ LocalizeText('infostand.button.pickup') }
|
||||||
</button>
|
</button>
|
||||||
</div> }
|
</div> }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user