diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index c30f67de4..a50a24a98 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -39,16 +39,18 @@
<% end %>
<% if Current.user == @user %>
-
+
+
- <%= link_to my_passkeys_path, class: "btn txt-x-small center" do %>
- <%= icon_tag "authentication" %>
- Manage passkeys
- <% end %>
+ <%= link_to my_passkeys_path, class: "btn txt-x-small" do %>
+ <%= icon_tag "authentication" %>
+ Manage passkeys
+ <% end %>
- <%= button_to session_path(script_name: nil), method: :delete, class: "btn txt-x-small center", form: { data: { turbo: false, controller: "clear-offline-cache", action: "submit->clear-offline-cache#clearCache" } } do %>
- Sign out of Fizzy on this device
- <% end %>
+ <%= button_to session_path(script_name: nil), method: :delete, class: "btn txt-x-small", form: { data: { turbo: false, controller: "clear-offline-cache", action: "submit->clear-offline-cache#clearCache" } } do %>
+ Sign out of Fizzy on this device
+ <% end %>
+
<% end %>