Skip to content

Commit 41865a2

Browse files
authored
Fix store link in billing constants
1 parent abb83c7 commit 41865a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/constants/links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const LINKS = {
1414
contact: "/contact",
1515
billing: {
1616
root: "https://billing.nodebyte.host",
17-
store: "https://billing.nodebyte.host/store",
17+
store: "https://billing.nodebyte.host",
1818
login: "https://billing.nodebyte.host/login",
1919
submitTicket: "https://billing.nodebyte.host/tickets/create",
2020
freeTrial: "https://billing.nodebyte.host/products/free-trial",

0 commit comments

Comments
 (0)