diff --git a/app/(app)/(profile)/[npub]/_components/Feed.tsx b/app/(app)/(profile)/[npub]/_components/Feed.tsx new file mode 100644 index 0000000..65e71c5 --- /dev/null +++ b/app/(app)/(profile)/[npub]/_components/Feed.tsx @@ -0,0 +1,20 @@ +import Feed from "@/containers/Feed"; +import Spinner from "@/components/spinner"; +export default function ProfileFeed({ pubkey }: { pubkey: string }) { + return ( +
Fetching notes...
++ {user.profile?.displayName ?? user.profile.name} +
++ m@example.com +
+ > + ) : ( ++ {truncateText(user.npub)} +
+ )} ++ {user.profile?.displayName ?? user.profile.name} +
++ {user.profile?.nip05 ?? truncateText(user.npub)} +
+ > + ) : ( ++ {truncateText(user.npub)} +
+ )} +shadcn
-- m@example.com -
-shadcn
-- m@example.com -
-