Skip to content

Commit

Permalink
Fix MT notification colour
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Feb 13, 2019
1 parent fe67aa3 commit e0f560f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/webpack.appfd.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = new Config().extend({
}),
// CC new FaviconsPlugin('images/user_logo.png'),
new webpack.DefinePlugin({
APP_VERSION: JSON.stringify('1.4.10, 12 February 2018'),
APP_VERSION: JSON.stringify('1.4.10, 13 February 2018'),
// CC SET ABOVE: API: JSON.stringify(BASE_URL+'/api/'),
FACEBOOK_APPID: JSON.stringify('134980666550322'),
FACEBOOK_GRAFFITI_APPID: JSON.stringify('115376591981611'),
Expand Down
2 changes: 1 addition & 1 deletion http/js/iznik/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function mainOnAppStart() { // CC
senderID: "423761283916", // FCM: https://console.firebase.google.com/project/scenic-oxygen-849/settings/general/android:org.ilovefreegle.modtools
//senderID: "845879623324", // Old GCM way
sound: false,
iconColor: "#5EcA24",
iconColor: "#003366", // ModTools blue
icon: "icon",
//forceShow: true,
},
Expand Down

0 comments on commit e0f560f

Please sign in to comment.