a tool for shared writing and social publishing

fix empty subs state

+2 -2
+2 -2
app/(home-pages)/reader/InboxContent.tsx
··· 112 112 <div className="flex flex-col gap-2 container bg-[rgba(var(--bg-page),.7)] sm:p-4 p-3 justify-between text-center text-tertiary"> 113 113 Nothing to read yet… <br /> 114 114 Subscribe to publications and find their posts here! 115 - <Link href={"/discover"}> 115 + <Link href={"/reader/hot"}> 116 116 <ButtonPrimary className="mx-auto place-self-center"> 117 - <DiscoverSmall /> Discover Publications 117 + <DiscoverSmall /> See what posts people are reading! 118 118 </ButtonPrimary> 119 119 </Link> 120 120 </div>