a tool for shared writing and social publishing

tweak copy in PubListEmpty

+2 -2
+2 -2
components/ActionBar/Publications.tsx
··· 82 82 return ( 83 83 <SpeedyLink href={`lish/createPub`} className=" hover:no-underline!"> 84 84 <ActionButton 85 - label="Publish on ATP" 85 + label="Publish" 86 86 icon={<PublishSmall />} 87 87 nav 88 - subtext="Start a blog in the Atmosphere" 88 + subtext="Blog in the Atmosphere" 89 89 /> 90 90 </SpeedyLink> 91 91 );