0
0
Fork 0

fix buttons showing inconsistent styles (#25903)

This commit is contained in:
Trevor Wolf 2023-07-11 20:26:09 +10:00 committed by GitHub
parent 99be47f8b9
commit ea10febd25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 82 deletions

View file

@ -22,7 +22,7 @@ module AccountsHelper
def account_action_button(account)
return if account.memorial? || account.moved?
link_to ActivityPub::TagManager.instance.url_for(account), class: 'button logo-button', target: '_new' do
link_to ActivityPub::TagManager.instance.url_for(account), class: 'button', target: '_new' do
safe_join([logo_as_symbol, t('accounts.follow')])
end
end