a tool for shared writing and social publishing
0
fork

Configure Feed

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

added back some top margin to the home sidebar

celine 962c49a1 00314a77

+1 -1
+1 -1
app/home/HomeSidebar.tsx
··· 14 14 let { rootEntity } = useReplicache(); 15 15 16 16 return ( 17 - <Sidebar alwaysOpen> 17 + <Sidebar alwaysOpen className="my-6"> 18 18 <CreateNewLeafletButton /> 19 19 {identity ? <AccountSettings /> : <LoginActionButton />} 20 20 <HelpPopover noShortcuts />