Skip to content
Snippets Groups Projects
Commit 5e7aa391 authored by Roland Alton's avatar Roland Alton
Browse files

remove button to create workspace #12

parent 146d71e6
No related branches found
No related tags found
1 merge request!20First login fairchat only
......@@ -131,6 +131,7 @@ class OnboardingView extends React.Component {
<Text style={styles.title}>{I18n.t('Welcome_to_RocketChat')}</Text>
<Text style={styles.subtitle}>{I18n.t('Open_Source_Communication')}</Text>
<View style={styles.buttonsContainer}>
/*
<Button
type='secondary'
title={I18n.t('Connect_to_a_server')}
......@@ -138,14 +139,16 @@ class OnboardingView extends React.Component {
onPress={this.connectServer}
testID='connect-server-button'
/>
*/
<Button
type='secondary'
type='primary'
title={I18n.t('Join_the_community')}
subtitle='fairchat.net'
icon={<Image source={{ uri: 'logo_onboarding' }} style={{ width: 32, height: 27 }} fadeDuration={0} />}
onPress={this.joinCommunity}
testID='join-community-button'
/>
/*
<Button
type='primary'
title={I18n.t('Create_a_new_workspace')}
......@@ -153,6 +156,7 @@ class OnboardingView extends React.Component {
onPress={this.createWorkspace}
testID='create-workspace-button'
/>
*/
</View>
{this.renderClose()}
</SafeAreaView>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment