Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Update subscription.js.es6
Routed to pricing page instead
Dieser Commit ist enthalten in:
Ursprung
404e54a24c
Commit
ae4cca6ed6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -3,7 +3,7 @@ import { getOwner } from "@ember/application";
|
|||
import { readOnly } from "@ember/object/computed";
|
||||
import discourseComputed from "discourse-common/utils/decorators";
|
||||
|
||||
const PRODUCT_PAGE = "https://custom-wizard.pavilion.tech";
|
||||
const PRODUCT_PAGE = "https://custom-wizard.pavilion.tech/pricing";
|
||||
const SUPPORT_MESSAGE =
|
||||
"https://coop.pavilion.tech/new-message?username=support&title=Custom%20Wizard%20Support";
|
||||
const MANAGER_CATEGORY =
|
||||
|
|
Laden …
In neuem Issue referenzieren