From b8a938b6d8ac9c6bfd50c95a5f532dc841dc6261 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 11 Feb 2023 18:21:39 +0800 Subject: [PATCH] Don't need Home button in public timeline --- src/pages/public.jsx | 1 + 1 file changed, 1 insertion(+) 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={<>} /> ); }