1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Disable turbo frames on Trial start button

This commit is contained in:
Zach Gollwitzer 2025-05-02 15:00:41 -04:00
parent ff16d6711e
commit 71f7cc22f9

View file

@ -32,7 +32,8 @@
<%= render ButtonComponent.new(
text: "Try Maybe for 14 days",
href: start_trial_subscription_path,
full_width: true
full_width: true,
data: { turbo: false }
) %>
</div>
</div>