|
@@ -6,7 +6,7 @@ export const ButtonCancel = ({ cansel = () => history.goBack() }) => (
|
|
<>
|
|
<>
|
|
<Button className="gradient rounded-3 ms-2 mb-2" variant="secondary btn-sm" onClick={cansel}>
|
|
<Button className="gradient rounded-3 ms-2 mb-2" variant="secondary btn-sm" onClick={cansel}>
|
|
<i className="bi bi-x-square"></i>
|
|
<i className="bi bi-x-square"></i>
|
|
- <span className="ms-2">Cansel</span>
|
|
|
|
|
|
+ <span className="ms-2">Cancel</span>
|
|
</Button>
|
|
</Button>
|
|
</>
|
|
</>
|
|
);
|
|
);
|