logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 34c65e3bcf12c0f114ad657d8a67825a3b74388a
parent 5077549c7314c5ba18160a2a1a0bb303f143c182
Author: Shpuld Shpludson <shp@cock.li>
Date:   Wed, 16 Dec 2020 10:14:10 +0000

Merge branch 'fix/remote-follow-button-style' into 'develop'

fix remote follow button style

See merge request pleroma/pleroma-fe!1313

Diffstat:

Msrc/components/remote_follow/remote_follow.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/remote_follow/remote_follow.vue b/src/components/remote_follow/remote_follow.vue @@ -16,7 +16,7 @@ > <button click="submit" - class="remote-button" + class="button-default remote-button" > {{ $t('user_card.remote_follow') }} </button>