From 1a2fcf04c3dd28dd01fe18d46146ed8c0c15863b Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Mon, 11 Jul 2022 13:06:16 +1200 Subject: [PATCH] Fix drawer title when going back on Best --- BestPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BestPage.tsx b/BestPage.tsx index b766ee0..0eb7eaa 100644 --- a/BestPage.tsx +++ b/BestPage.tsx @@ -32,7 +32,7 @@ export default function BestPage() { headerLeft: () => ( ), - title: 'Home', + title: 'Best', }); }, }}