diff --git a/thoughts-frontend/components/remote-user-card.tsx b/thoughts-frontend/components/remote-user-card.tsx index 4764954..5af2cb3 100644 --- a/thoughts-frontend/components/remote-user-card.tsx +++ b/thoughts-frontend/components/remote-user-card.tsx @@ -53,15 +53,22 @@ export function RemoteUserCard({ actor }: RemoteUserCardProps) {

{actor.handle}

- +
+ + {followed && ( +

+ They'll be notified and can accept from their app. +

+ )} +
); }