Icon update

This commit is contained in:
2017-11-04 22:23:07 +01:00
parent 28da13e8f0
commit 7d748d0368
20 changed files with 24 additions and 14 deletions

View File

@ -19,7 +19,7 @@ func Test(ctx *aero.Context) string {
notification := &arn.Notification{
Title: "Anime Notifier",
Message: "Yay, it works!",
Icon: "https://" + ctx.App.Config.Domain + "/images/brand/300.png",
Icon: "https://" + ctx.App.Config.Domain + "/images/brand/220.png",
}
user.SendNotification(notification)