mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-10 07:55:21 +02:00
Disable turbo frames on Trial start button
This commit is contained in:
parent
ff16d6711e
commit
71f7cc22f9
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
||||||
<%= render ButtonComponent.new(
|
<%= render ButtonComponent.new(
|
||||||
text: "Try Maybe for 14 days",
|
text: "Try Maybe for 14 days",
|
||||||
href: start_trial_subscription_path,
|
href: start_trial_subscription_path,
|
||||||
full_width: true
|
full_width: true,
|
||||||
|
data: { turbo: false }
|
||||||
) %>
|
) %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue