diff --git a/thoughts-frontend/components/remote-user-card.tsx b/thoughts-frontend/components/remote-user-card.tsx index 7556d0f..0d8d7c6 100644 --- a/thoughts-frontend/components/remote-user-card.tsx +++ b/thoughts-frontend/components/remote-user-card.tsx @@ -2,6 +2,7 @@ import { useState } from "react"; import { useAuth } from "@/hooks/use-auth"; +import Link from "next/link"; import { followUser, RemoteActor } from "@/lib/api"; import { Button } from "@/components/ui/button"; import { UserAvatar } from "@/components/user-avatar"; @@ -36,13 +37,16 @@ export function RemoteUserCard({ actor }: RemoteUserCardProps) { return (
-
+

{actor.displayName ?? actor.handle}

{actor.handle}

-
+