diff --git a/App.tsx b/App.tsx
index 4a264f5..a584a19 100644
--- a/App.tsx
+++ b/App.tsx
@@ -67,7 +67,7 @@ export default function App() {
-
+
diff --git a/src/components/DrawerSettings/CustomDrawerContent.tsx b/src/components/DrawerSettings/CustomDrawerContent.tsx
index 845d732..93821ba 100644
--- a/src/components/DrawerSettings/CustomDrawerContent.tsx
+++ b/src/components/DrawerSettings/CustomDrawerContent.tsx
@@ -72,11 +72,11 @@ export default function CustomDrawerContent(props: {}) {
{
- navigation.navigate("UserInfo");
+ navigation.navigate("User Info");
}}
>
- UserInfo
+ User Info
();
const [isEditable, setIsEditable] = useState(false);
const subjectOptions = ["", "", "", ""];