Merge pull request #76 from lbryio/splash-screen-title

change Lbry. to LBRY on splash screen
This commit is contained in:
Sean Yesmunt 2018-04-22 23:14:27 -04:00 committed by GitHub
commit 7a335515f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ class SplashScreen extends React.PureComponent {
return (
<View style={splashStyle.container}>
<Text style={splashStyle.title}>Lbry.</Text>
<Text style={splashStyle.title}>LBRY</Text>
<Text style={splashStyle.message}>{message}</Text>
<Text style={splashStyle.details}>{details}</Text>
</View>