Skip to content

Commit

Permalink
Create key sends to interstitial page
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 28, 2024
1 parent 3415562 commit 8b75a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/documentation/api_landing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
</p>
<%= image_tag "illustration/key.svg", alt: "", size: "237x155", class: "my-8" %>
<% if current_user %>
<%= pa_button_to "Create API key", api_keys_path, method: :post %>
<%= render ButtonComponent.new(tag: :a, size: "xl", type: :primary, href: confirm_api_keys_path).with_content("Create API key") %>
<% else %>
<p class="max-w-md text-center">
To get an instant API key simply
Expand Down

0 comments on commit 8b75a1e

Please sign in to comment.