vbea 2 лет назад
Родитель
Сommit
8a969cf4a5

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Mon Sep 18 09:57:14 CST 2023
-VERSION_CODE=324
+#Mon Sep 18 13:22:22 CST 2023
+VERSION_CODE=328

+ 5 - 0
Strides-APP/app/pages/about/Contact.js

@@ -33,6 +33,7 @@ export default class Contact extends Component {
         <TextView style={styles.contentText}>{$t("support.timeAllDay") + " - " + $t("support.time24Hours")}</TextView>
         <TextView style={styles.labelText}>{$t("support.labelWhatsappChat")}</TextView>
         <TextView style={styles.contentText}>{$t("support.timeWeekDay") + " - 9:00AM to 5:00PM" }</TextView>
+        <TextView style={styles.contentText2}>(Except public holidays)</TextView>
         <View style={ui.flex1}></View>
         <Button
           text={$t("support.btnCallSupport")}
@@ -80,6 +81,10 @@ const styles = StyleSheet.create({
     color: textSecondary,
     fontSize: 16
   },
+  contentText2: {
+    color: textSecondary,
+    fontSize: 12
+  },
   buttonPrimary: {
     marginBottom: 16,
     backgroundColor: colorPrimary