fix: more links

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-18 10:33:09 +02:00
parent 21fc076368
commit 2928857389
2 changed files with 10 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ export async function trialEndingSoonJob(
to: organization.createdBy?.email,
data: {
organizationName: organization.name,
url: `https://dashboard.openpanel.dev/${organization.id}/${project.id}/settings/organization?tab=billing`,
url: `https://dashboard.openpanel.dev/${organization.id}/billing`,
},
});
}