Skip to content

Commit 2a150cc

Browse files
aljsFacebook Github Bot 0
authored andcommitted
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 facebook#7420 Differential Revision: D3286539 fbshipit-source-id: a7df51f0ae485a0c9efa52ec47e8ac023a2319bf
1 parent 3abccd9 commit 2a150cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/react-native/showcase.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@ var apps = [
640640
author: 'Rhyble',
641641
},
642642
{
643-
name: 'New Music - keep track of the latest album releases',
644-
icon: 'http://a4.mzstatic.com/us/r30/Purple49/v4/6f/4f/39/6f4f39db-e0ca-c80a-73e7-68830675e11b/icon175x175.png',
643+
name: 'New Music - listen to recent albums, EPs & singles',
644+
icon: 'http://a5.mzstatic.com/us/r30/Purple60/v4/fa/d9/be/fad9be3d-474c-4380-6391-37f234a81901/icon175x175.png',
645645
link: 'https://itunes.apple.com/app/new-music-keep-track-latest/id1104646834',
646646
author: 'Alexey Ledak',
647647
},

0 commit comments

Comments
 (0)