diff --git a/src/pages/public.jsx b/src/pages/public.jsx index cc2be36f..46ca68ba 100644 --- a/src/pages/public.jsx +++ b/src/pages/public.jsx @@ -69,6 +69,7 @@ function Public({ local }) { errorText="Unable to load posts" fetchItems={fetchPublic} checkForUpdates={checkForUpdates} + headerStart={<>} /> ); }