feat: add cart on front
This commit is contained in:
@@ -42,8 +42,8 @@ export default function Cart() {
|
||||
>
|
||||
<span className="font-medium ">{ci.item.name}</span>
|
||||
<span>
|
||||
{ci.quanitity} x {ci.item.price} ={" "}
|
||||
{ci.quantity * ci.item.price}
|
||||
{ci.quantity} x {ci.item.price}р. ={" "}
|
||||
{ci.quantity * ci.item.price}р.
|
||||
</span>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user