5_до_доп_задания
This commit is contained in:
parent
3fa15f53a7
commit
1ff0c01ebe
File diff suppressed because one or more lines are too long
@ -39,9 +39,9 @@ const Cart = () => {
|
||||
return (
|
||||
<div className='d-flex flex-column align-items-center'>
|
||||
<div className='mb-2 col-12 col-md-8 col-lg-6 d-flex align-items-center'>
|
||||
<strong className='flex-fill'>Корзина</strong>
|
||||
<strong className='flex-fill'></strong>
|
||||
<Button variant='danger' onClick={() => clearCart()}>
|
||||
<XLg /> Очистить
|
||||
<XLg /> Clear
|
||||
</Button>
|
||||
</div>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user