Skip to content

Commit

Permalink
Add a little spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 15, 2024
1 parent d19cb54 commit 3678a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/api_keys/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
<% else %>
<%# If a user already has a key (which is now inactive) don't allow them to create another %>
<p class="text-xl text-navy">No active keys</p>
<p class="mb-4 text-xl text-navy">No active keys</p>
<% end %>
<% else %>
<%= render @api_keys.select(&:active?) %>
Expand Down

0 comments on commit 3678a6c

Please sign in to comment.