0
0
Fork 0

Fix follow link style in embeds (#25965)

This commit is contained in:
Claire 2023-07-13 12:58:56 +02:00 committed by GitHub
parent ba0649f042
commit 5a3f174d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 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', target: '_new' do
link_to ActivityPub::TagManager.instance.url_for(account), class: 'button logo-button', target: '_new' do
safe_join([logo_as_symbol, t('accounts.follow')])
end
end