a tool for shared writing and social publishing

tweak nav subtext for Discover and Publish

+2 -2
+1 -1
components/ActionBar/Navigation.tsx
··· 130 130 nav 131 131 icon={<DiscoverSmall />} 132 132 label="Discover" 133 - subtext={"Check out what others are writing!"} 133 + subtext={"Explore publications!"} 134 134 className={props.current ? "bg-bg-page! border-border-light!" : ""} 135 135 /> 136 136 </Link>
+1 -1
components/ActionBar/Publications.tsx
··· 85 85 label="Publish on ATP" 86 86 icon={<PublishSmall />} 87 87 nav 88 - subtext="Start a blog or newletter on the Atmosphere" 88 + subtext="Start a blog in the Atmosphere" 89 89 /> 90 90 </SpeedyLink> 91 91 );