diff --git a/src/app/explore/page.tsx b/src/app/explore/page.tsx index 31e683a..e436326 100644 --- a/src/app/explore/page.tsx +++ b/src/app/explore/page.tsx @@ -361,10 +361,18 @@ export default function ExplorePage() { ) : loading ? (
Loading posts...
) : nodePosts.length === 0 ? ( -
- -

No posts on this node yet

-
+ <> +
+
Node feed
+
+ A chronological feed of all posts from users on this node. See what the local community is sharing. +
+
+
+ +

No posts on this node yet

+
+ ) : ( <>