Add href for button

This commit is contained in:
Nezumi
2023-07-23 20:29:27 +07:00
parent b9f7596e90
commit e19dbced62
+1 -1
View File
@@ -25,4 +25,4 @@ mixin cardFoodItem(itemFood, price, ratePoint, foodName, foodDescription)
span.offer__rate-point= "(" + ratePoint + ")"
span.offer__food-name= foodName
p.offer__food-description= foodDescription
a.offer__order-btn Order now
a.offer__order-btn.btn.no-underline(href="javascript:void(0)") Order now