a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove more options menu for now

+1 -1
+1 -1
app/lish/Footer.tsx
··· 13 13 <div className="footer w-full bg-bg-page border-0 border-t border-border flex flex-col "> 14 14 <ScrollProgress /> 15 15 <div className="footerContent w-full min-h-12 h-fit max-w-prose mx-auto px-4 py-2 flex justify-between items-center gap-6"> 16 - <MoreOptionsMenu /> 16 + {/* <MoreOptionsMenu /> */} 17 17 <FooterSubscribeButton pageType={props.pageType} /> 18 18 </div> 19 19 </div>