diff --git a/pages/settings/settings.pixy b/pages/settings/settings.pixy index 75bd1a37..32bb50f4 100644 --- a/pages/settings/settings.pixy +++ b/pages/settings/settings.pixy @@ -141,11 +141,8 @@ component Settings(user *arn.User) h3.widget-title Icon("star") span PRO - if user.IsPro() - p Thank you for your support! - .widget-input label span Your PRO account expires in diff --git a/patches/add-shop-items/add-shop-items.go b/patches/add-shop-items/add-shop-items.go index c1e62df5..1e08a94e 100644 --- a/patches/add-shop-items/add-shop-items.go +++ b/patches/add-shop-items/add-shop-items.go @@ -9,6 +9,8 @@ var items = []*arn.Item{ Price: 900, Description: `PRO account for 1 anime season (3 months). +1 month equals 300 gems. + Includes: * Special highlight on the forums @@ -26,6 +28,8 @@ Includes: Price: 1600, Description: `PRO account for 2 anime seasons (6 months). +11% less monthly costs compared to standard. + Includes: * Special highlight on the forums @@ -43,6 +47,8 @@ Includes: Price: 3000, Description: `PRO account for 4 anime seasons (12 months). +16% less monthly costs compared to standard. + Includes: * Special highlight on the forums @@ -60,6 +66,8 @@ Includes: Price: 5900, Description: `PRO account for 8 anime seasons (24 months). +18% less monthly costs compared to standard. + Includes: * Special highlight on the forums