From 02c4240e6d495cf07fda91153e606a634fcff319 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 11:36:03 +0100 Subject: [PATCH] fix: remove cost.oliver.agency links from QCDetail and FinalDetail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace inline anchor links with plain text — the correct dashboard URL is only on the UserList button. Co-Authored-By: Claude Opus 4.7 --- frontend/src/routes/admin/FinalDetail.tsx | 5 +---- frontend/src/routes/admin/QCDetail.tsx | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/src/routes/admin/FinalDetail.tsx b/frontend/src/routes/admin/FinalDetail.tsx index c4002e2..48a2312 100644 --- a/frontend/src/routes/admin/FinalDetail.tsx +++ b/frontend/src/routes/admin/FinalDetail.tsx @@ -316,10 +316,7 @@ export function FinalDetail() { {costProjectIdSaved && Saved} -

- Links this job to a project in the{' '} - AI Cost Dashboard. -

+

Links this job to a project in the AI Cost Dashboard.

{/* Final Review Actions */} diff --git a/frontend/src/routes/admin/QCDetail.tsx b/frontend/src/routes/admin/QCDetail.tsx index f172ba8..f0788e3 100644 --- a/frontend/src/routes/admin/QCDetail.tsx +++ b/frontend/src/routes/admin/QCDetail.tsx @@ -1109,10 +1109,7 @@ export function QCDetail() { {costProjectIdSaved && Saved} -

- Links this job to a project in the{' '} - AI Cost Dashboard. -

+

Links this job to a project in the AI Cost Dashboard.

{/* Download Assets */}