about summary refs log tree commit diff
path: root/app/helpers/home_helper.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-04-01 14:31:05 +0200
committerClaire <claire.github-309c@sitedethib.com>2023-04-01 14:31:05 +0200
commit7b15f4006adb5f8f04d83174532c30eeb78757b0 (patch)
tree686c30ed5f6c4cfe5f6b4d84e46ff19f7baa6949 /app/helpers/home_helper.rb
parentd874a7a10f7cab9b3fe2eb3a088b7c0dff95c7ee (diff)
parent46483ae849bc06ee74f4745f4564b213e742c51c (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/helpers/home_helper.rb')
-rw-r--r--app/helpers/home_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/home_helper.rb b/app/helpers/home_helper.rb
index ea2196086..c5b83326d 100644
--- a/app/helpers/home_helper.rb
+++ b/app/helpers/home_helper.rb
@@ -8,7 +8,7 @@ module HomeHelper
   end
 
   def account_link_to(account, button = '', path: nil)
-    content_tag(:div, class: 'account') do
+    content_tag(:div, class: 'account account--minimal') do
       content_tag(:div, class: 'account__wrapper') do
         section = if account.nil?
                     content_tag(:div, class: 'account__display-name') do