diff --git a/formulus/src/screens/AboutScreen.tsx b/formulus/src/screens/AboutScreen.tsx index 8806f6d99..7e922ac34 100644 --- a/formulus/src/screens/AboutScreen.tsx +++ b/formulus/src/screens/AboutScreen.tsx @@ -65,24 +65,27 @@ const AboutScreen: React.FC = () => { borderBottomColor: themeColors.divider as string, }, ]}> - - About - - - - - - + + - - ODE + + About + + Formulus @@ -170,36 +173,31 @@ const styles = StyleSheet.create({ marginBottom: odeSpacing.xs, textAlign: 'left', }, + logoContainer: { + flexDirection: 'row', + alignItems: 'center', + justifyContent: 'flex-start', + }, content: { padding: odeSpacing.md, paddingBottom: odeSpacing.xl, }, - brandRow: { - alignItems: 'center', - marginBottom: odeSpacing.md, - gap: odeSpacing.xs, - }, logoWrapper: { - width: 56, - height: 56, - borderRadius: 28, + width: 40, + height: 40, + borderRadius: 20, borderWidth: 1, - borderColor: colors.brand.primary[500] as string, justifyContent: 'center', alignItems: 'center', + marginRight: 12, overflow: 'hidden', backgroundColor: 'transparent', }, logo: { - width: 56, - height: 56, + width: 40, + height: 40, backgroundColor: 'transparent', }, - appName: { - fontSize: odeTypography.sectionTitle, - fontWeight: '700', - textAlign: 'center', - }, version: { marginTop: odeSpacing.xxs, fontSize: odeTypography.caption, diff --git a/formulus/src/screens/HelpScreen.tsx b/formulus/src/screens/HelpScreen.tsx index c87c273aa..952aa0904 100644 --- a/formulus/src/screens/HelpScreen.tsx +++ b/formulus/src/screens/HelpScreen.tsx @@ -6,6 +6,7 @@ import { ScrollView, Linking, Pressable, + Image, } from 'react-native'; import { SafeAreaView } from 'react-native-safe-area-context'; import colors from '../theme/colors'; @@ -18,6 +19,7 @@ import { odeRadius, odeScreenHeaderHeight, } from '../theme/odeDesign'; +import logo from '../../assets/images/logo.png'; const FORUM_URL = 'https://forum.opendataensemble.org'; @@ -48,10 +50,22 @@ const HelpScreen: React.FC = () => { borderBottomColor: themeColors.divider as string, }, ]}> - - Help & Support - + + + + + + Help & Support + + { - ODE + Settings