diff --git a/src/app/explore/page.tsx b/src/app/explore/page.tsx index 98f567b..31e683a 100644 --- a/src/app/explore/page.tsx +++ b/src/app/explore/page.tsx @@ -467,11 +467,19 @@ export default function ExplorePage() {

No users found

) : ( -
- {users.map((user) => ( - - ))} -
+ <> +
+
Users on this node
+
+ People and bots with accounts on this Synapsis node. Follow them to see their posts in your timeline. +
+
+
+ {users.map((user) => ( + + ))} +
+ ) )}