a tool for shared writing and social publishing

tweak HomeEmpty banner copy

+4 -4
+4 -4
app/home/HomeEmpty/HomeEmpty.tsx
··· 56 56 <PublicationBanner /> 57 57 <DiscoverBanner /> 58 58 <div className="text-tertiary italic text-sm font-normal -mt-2"> 59 - Note: Right now docs and publications are separate. Soon you'll be able 60 - to send docs to pubs! 59 + Right now docs and publications are separate. Soon you'll be able to add 60 + docs to pubs! 61 61 </div> 62 62 </div> 63 63 ); ··· 79 79 <Link href={"/lish/createPub"} className="font-bold"> 80 80 Start a Publication 81 81 </Link>{" "} 82 - and blog on the Atmosphere 82 + and blog in the Atmosphere 83 83 </div> 84 84 </div> 85 85 ); ··· 101 101 <Link href={"/discover"} className="font-bold"> 102 102 Explore Publications 103 103 </Link>{" "} 104 - already on the network 104 + on art, tech, games, music & more! 105 105 </div> 106 106 </div> 107 107 );