From b35e3ee2580361291e94e729adaeff3b35ea240e Mon Sep 17 00:00:00 2001 From: vikramsamak Date: Fri, 21 Jun 2024 21:58:41 +0530 Subject: [PATCH] Fixed screen name. --- constants/drawerConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/drawerConfig.ts b/constants/drawerConfig.ts index 2b21945..648be49 100644 --- a/constants/drawerConfig.ts +++ b/constants/drawerConfig.ts @@ -49,5 +49,5 @@ export const drawerItems = [ icon: "thermometer-outline", }, { name: "Waves", component: Waves, icon: "water-outline" }, - { name: "Rate Us", component: RateUs, icon: "star-outline" }, + { name: "RateUs", component: RateUs, icon: "star-outline" }, ];