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

@ -16,7 +16,7 @@ func Get(ctx *aero.Context) string {
"og:description": description,
"og:type": "website",
"og:url": "https://" + ctx.App.Config.Domain,
"og:image": "https://" + ctx.App.Config.Domain + "/images/brand/600.png",
"og:image": "https://" + ctx.App.Config.Domain + "/images/brand/220.png",
},
Meta: map[string]string{
"description": description,

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)

View File

@ -49,7 +49,7 @@ func CreatePayment(ctx *aero.Context) string {
// Name: "Anime Notifier",
// Presentation: paypalsdk.Presentation{
// BrandName: "Anime Notifier",
// LogoImage: "https://notify.moe/brand/300",
// LogoImage: "https://notify.moe/brand/220",
// LocaleCode: "US",
// },