Skip to content

Commit e6a33c1

Browse files
authored
Atualizei carrinho.html
1 parent fa21e14 commit e6a33c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TeaPayments/templates/carrinho.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Selecione seu Produto para lembrarmos:</h2>
1717
<option value="Templates Canva">Templates Canva</option>
1818
<option value="Comission">Comissão</option>
1919
</select>
20-
<button><a href="/compracerta">Comprar</a></button>
20+
<button type="submit"><a href="/compracerta">Comprar</a></button>
2121
</div>
2222
<style>
2323
body {
@@ -44,3 +44,4 @@ <h2>Selecione seu Produto para lembrarmos:</h2>
4444
</style>
4545
</body>
4646
</html>
47+

0 commit comments

Comments
 (0)