瀏覽代碼

Motion's votes' code added

luislopez66 2 年之前
父節點
當前提交
fa6790e4a7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      MocionesIUPI/routes/homeStack.js

+ 1
- 1
MocionesIUPI/routes/homeStack.js 查看文件

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