Openstatus www.openstatus.dev
6
fork

Configure Feed

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

chore: default open (#1561)

authored by

Maximilian Kaske and committed by
GitHub
1c66a82e 0f082257

+1 -1
+1 -1
apps/status-page/src/app/(public)/layout.tsx
··· 27 27 /> 28 28 <ThemeProvider attribute="class" enableSystem disableTransitionOnChange> 29 29 <SidebarProvider 30 - defaultOpen={false} 30 + defaultOpen={true} 31 31 style={ 32 32 { 33 33 "--sidebar-width": SIDEBAR_WIDTH,