From 3c9539dda889ea1197c539cc377bb54fd8d94a81 Mon Sep 17 00:00:00 2001 From: Brendan Schlagel Date: Fri, 26 Sep 2025 12:13:14 -0400 Subject: [PATCH] tweak HomeEmpty banner copy --- app/home/HomeEmpty/HomeEmpty.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/home/HomeEmpty/HomeEmpty.tsx b/app/home/HomeEmpty/HomeEmpty.tsx index 1dcab01d..b442bc36 100644 --- a/app/home/HomeEmpty/HomeEmpty.tsx +++ b/app/home/HomeEmpty/HomeEmpty.tsx @@ -56,8 +56,8 @@ export function HomeEmptyState() {
- Note: Right now docs and publications are separate. Soon you'll be able - to send docs to pubs! + Right now docs and publications are separate. Soon you'll be able to add + docs to pubs!
); @@ -79,7 +79,7 @@ export const PublicationBanner = (props: { small?: boolean }) => { Start a Publication {" "} - and blog on the Atmosphere + and blog in the Atmosphere ); @@ -101,7 +101,7 @@ export const DiscoverBanner = (props: { small?: boolean }) => { Explore Publications {" "} - already on the network + on art, tech, games, music & more! ); -- 2.51.2