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:
parent
ff16d6711e
commit
71f7cc22f9
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue