Skip to content

Commit 5a8cd68

Browse files
committed
fix: use impersonation path for project links in Plain customer cards
1 parent d0de363 commit 5a8cd68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/routes/api.v1.plain.customer-cards.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ export async function action({ request }: ActionFunctionArgs) {
398398
asideContent: [
399399
uiComponent.linkButton({
400400
label: "View",
401-
url: `${env.APP_ORIGIN}/orgs/${project.orgSlug}/projects/${project.slug}`,
401+
url: `${env.APP_ORIGIN}/@/orgs/${project.orgSlug}/projects/${project.slug}`,
402402
}),
403403
],
404404
}),

0 commit comments

Comments
 (0)