diff --git a/packages/ark/src/components/note/user.tsx b/packages/ark/src/components/note/user.tsx index 5718fc3d2..1b972bec6 100644 --- a/packages/ark/src/components/note/user.tsx +++ b/packages/ark/src/components/note/user.tsx @@ -1,4 +1,6 @@ import { cn } from "@lume/utils"; +import * as HoverCard from "@radix-ui/react-hover-card"; +import { Link } from "react-router-dom"; import { User } from "../user"; import { useNoteContext } from "./provider"; @@ -11,16 +13,47 @@ export function NoteUser({ return ( - - -
- - -
-
+ + + + + +
+ + +
+
+ + +
+ +
+
+ + +
+ + + View profile + +
+
+ +
+
+
); }