this repo has no description
0
fork

Configure Feed

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

Adjust sidebar header padding

+2 -2
+2 -2
apps/web/src/components/chat-sidebar-header.tsx
··· 8 8 export function ChatSidebarHeader() { 9 9 return ( 10 10 <SidebarHeader> 11 - <Stack className="px-3 pt-3"> 12 - <Heading level="h3"> 11 + <Stack> 12 + <Heading level="h3" className="px-3 pt-3"> 13 13 <Link to="/"> 14 14 <Logo /> 15 15 </Link>