diff --git a/app/views/accounts/users/_user.html.erb b/app/views/accounts/users/_user.html.erb index 2da66fce3..2abb9b665 100644 --- a/app/views/accounts/users/_user.html.erb +++ b/app/views/accounts/users/_user.html.erb @@ -2,7 +2,7 @@ <%= avatar_tag user, loading: :lazy, class: "flex-item-no-shrink" %> - <%= link_to user.name, user_path(user) %> + <%= link_to user.name, user_path(user), class: "txt-ink btn btn--plain" %>
diff --git a/app/views/comments/show.html.erb b/app/views/comments/show.html.erb index 94f7362af..f10f40b86 100644 --- a/app/views/comments/show.html.erb +++ b/app/views/comments/show.html.erb @@ -1,7 +1,7 @@ <%= turbo_frame_tag dom_id(@comment) do %>