temporary: disable follow button until supported
This commit is contained in:
parent
455679a525
commit
22d6c5b90a
2 changed files with 6 additions and 6 deletions
|
@ -166,7 +166,7 @@
|
|||
</ul>
|
||||
<div class="profile-actions">
|
||||
{#if $account && profile.fqn !== $account.fqn}
|
||||
<Button filled label="{lang.string('profile.follow')} {profile.nickname}" class="profile-btn-follow">
|
||||
<Button filled disabled label="{lang.string('profile.follow')} {profile.nickname}" class="profile-btn-follow">
|
||||
{lang.string('profile.follow')}
|
||||
</Button>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue