Explorar el Código

Motion's votes' code added

luislopez66 hace 2 años
padre
commit
fa6790e4a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      MocionesIUPI/routes/homeStack.js

+ 1
- 1
MocionesIUPI/routes/homeStack.js Ver fichero

@@ -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
 });