temporary: disable follow button until supported

This commit is contained in:
ari melody 2025-07-14 04:12:20 +01:00
parent 455679a525
commit 22d6c5b90a
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 6 additions and 6 deletions

View file

@ -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}