Update name & app icon for 'New Music' app
Summary: Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: (You can skip this if you're fixing a typo or adding an app to the Showcase.) Explain the **motivation** for making this change. What existing problem does the pull request solve? Prefer **small pull requests**. These are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it. **Test plan (required)** Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. Make sure tests pass on both Travis and Circle CI. **Code formatting** Look around. Match the style of the rest of the codebase. See also the simple [style guide](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#style-guide). For more info, see the ["Pull Requests" section of our "Contributing" guidelines](https://github.com/facebook/react-native/blob/mas Closes https://github.com/facebook/react-native/pull/7420 Differential Revision: D3286539 fbshipit-source-id: a7df51f0ae485a0c9efa52ec47e8ac023a2319bf
This commit is contained in:
parent
3abccd9640
commit
2a150cc30a
|
@ -640,8 +640,8 @@ var apps = [
|
||||||
author: 'Rhyble',
|
author: 'Rhyble',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'New Music - keep track of the latest album releases',
|
name: 'New Music - listen to recent albums, EPs & singles',
|
||||||
icon: 'http://a4.mzstatic.com/us/r30/Purple49/v4/6f/4f/39/6f4f39db-e0ca-c80a-73e7-68830675e11b/icon175x175.png',
|
icon: 'http://a5.mzstatic.com/us/r30/Purple60/v4/fa/d9/be/fad9be3d-474c-4380-6391-37f234a81901/icon175x175.png',
|
||||||
link: 'https://itunes.apple.com/app/new-music-keep-track-latest/id1104646834',
|
link: 'https://itunes.apple.com/app/new-music-keep-track-latest/id1104646834',
|
||||||
author: 'Alexey Ledak',
|
author: 'Alexey Ledak',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue