Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaxium69 committed May 6, 2022
1 parent 00ed5f4 commit 0300c71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fivem.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<div>

<button id="btn-commande" class="tyrobutton" data-url="panel/cart.php?a=add&pid=<?= $product['pid'] ?>">commandé</button>
<button id="btn-commande" class="tyrobutton" data-url="panel/cart.php?a=add&pid=<?= $product['pid'] ?>">commander</button>

</div>

Expand Down
2 changes: 1 addition & 1 deletion minecraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<div>

<button id="btn-commande" class="tyrobutton" data-url="panel/cart.php?a=add&pid=<?= $product['pid'] ?>">commandé</button>
<button id="btn-commande" class="tyrobutton" data-url="panel/cart.php?a=add&pid=<?= $product['pid'] ?>">commander</button>

</div>

Expand Down
2 changes: 1 addition & 1 deletion vps.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<div>

<button id="btn-commande" class="tyrobutton" data-url="panel/cart.php?a=add&pid=<?= $product['pid'] ?>">commandé</button>
<button id="btn-commande" class="tyrobutton" data-url="panel/cart.php?a=add&pid=<?= $product['pid'] ?>">commander</button>

</div>

Expand Down

0 comments on commit 0300c71

Please sign in to comment.