mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-21 22:06:26 +01:00
Fixed wording on success-add.ejs
This commit is contained in:
parent
2bce937036
commit
221ac5f43b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<div class="card-header" style="color: white;">
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h5 class="card-text" style="color: #dedede;">SUCCESSFULLY ADDED TO BAG</h5>
|
||||
<h5 class="card-text" style="color: #dedede;">Added to your shopping bag !</h5>
|
||||
<div style="display: flex;">
|
||||
<a href="bag" class="btn btn-primary btn-pay">Bag</a>
|
||||
<a href="checkout" class="btn btn-primary btn-pay">Checkout</a>
|
||||
|
|
Loading…
Reference in a new issue