Browse Source

Motion's votes' code added

luislopez66 2 years ago
parent
commit
fa6790e4a7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      MocionesIUPI/routes/homeStack.js

+ 1
- 1
MocionesIUPI/routes/homeStack.js View File

@@ -28,7 +28,7 @@ const screens = {
28 28
 
29 29
 const HomeStack = createStackNavigator(screens, {
30 30
     defaultNavigationOptions: {
31
-        title: 'MocinesIUPI',
31
+        title: 'MocionesIUPI',
32 32
         headerStyle:  { backgroundColor: "#e81b39",}
33 33
     }
34 34
 });