Skip to content

Commit

Permalink
Update DeleteUser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
walidabazo authored Sep 25, 2020
1 parent 2fab7cb commit 176c4b2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Pages/DeleteUser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// https://blog.edafait.com
// https://www.edafait.com

// blog.edafait.com
// www.edafait.com
// Screen to delete the user

import React, { useState } from 'react';
Expand Down Expand Up @@ -52,12 +51,12 @@ const DeleteUser = ({ navigation }) => {
/>
<Mybutton title="Delete User" customClick={deleteUser} />
</View>
<Text style={{ fontSize: 16, textAlign: 'center', color: 'Black' }}>
<Text style={{ fontSize: 16, textAlign: 'center', color: 'grey' }}>
www.edafait.com
</Text>
</View>
</SafeAreaView>
);
};

export default DeleteUser;
export default DeleteUser;

0 comments on commit 176c4b2

Please sign in to comment.