diff --git a/Yavsc/Helpers/GoogleHelpers.cs b/Yavsc/Helpers/GoogleHelpers.cs index e2fc82fc..efcaab23 100644 --- a/Yavsc/Helpers/GoogleHelpers.cs +++ b/Yavsc/Helpers/GoogleHelpers.cs @@ -62,7 +62,7 @@ namespace Yavsc.Helpers request.Headers.Authorization = new AuthenticationHeaderValue("key", googleSettings.ApiKey); var msg = new MessageWithPayload() { - notification = new Notification() { title = evpub.Title, body = evpub.Description, icon = "event" }, + notification = new Notification() { title = evpub.Title, body = evpub.Description, icon = "icon" }, data = evpub, registration_ids = regids.ToArray() };