Platform name 'App changed to 'LBRY App'

This commit is contained in:
Shiba 2021-12-19 01:57:02 +03:00
parent 47d27b0671
commit 4220ea11c7

View file

@ -31,7 +31,7 @@ export const TargetPlatformSettings: Record<TargetPlatformName, TargetPlatformSe
}, },
app: { app: {
domainPrefix: 'lbry://', domainPrefix: 'lbry://',
displayName: 'App', displayName: 'LBRY App',
theme: '#075656' theme: '#075656'
}, },
}; };