Skip to content

Commit

Permalink
Update Tag on Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhbhatia committed Aug 20, 2024
1 parent 7266ed7 commit 9292e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/products/issue_cover_mobile_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def issue_cta
end

def buy_button
link_to "Add to Cart",
button_to "Add to Cart",
add_cart_index_path(id: @product.id),
class: "inline-flex items-center justify-center border border-transparent bg-cx-purple px-8 py-2 text-xl font-medium text-white shadow-sm hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-purple-800 focus:ring-offset-2 sm:w-auto",
data: { turbo_method: :post,
Expand Down

0 comments on commit 9292e90

Please sign in to comment.