diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 028335a26..a50a24a98 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -39,15 +39,15 @@
<% end %>
<% if Current.user == @user %>
-
-
+
+
- <%= link_to my_passkeys_path, class: "btn txt-x-small center" do %>
+ <%= 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 %>
+ <%= 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 %>