Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
azniru authored Jul 28, 2023
1 parent 0ff8638 commit 55be6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function App() {
</View>}
{
!showRegistration && <View>
<Text style={styles.bodyText}>Welcome to Genzeon, {name}</Text>
<Text style={styles.bodyText}>Welcome to Nirulabs, {name}</Text>
<Text style={{...styles.registeredText,marginTop:50}}>Department : {getDepartmentLabel(department)}</Text>
</View>
}
Expand Down

0 comments on commit 55be6f6

Please sign in to comment.