fix: remove cost.oliver.agency links from QCDetail and FinalDetail

Replace inline anchor links with plain text — the correct dashboard URL
is only on the UserList button.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-04-29 11:36:03 +01:00
parent 848f7697f3
commit 02c4240e6d
2 changed files with 2 additions and 8 deletions

View file

@ -316,10 +316,7 @@ export function FinalDetail() {
</button>
{costProjectIdSaved && <span className="self-center text-xs text-green-600">Saved</span>}
</div>
<p className="mt-1 text-xs text-gray-400">
Links this job to a project in the{' '}
<a href="https://cost.oliver.agency" target="_blank" rel="noreferrer" className="underline">AI Cost Dashboard</a>.
</p>
<p className="mt-1 text-xs text-gray-400">Links this job to a project in the AI Cost Dashboard.</p>
</div>
{/* Final Review Actions */}

View file

@ -1109,10 +1109,7 @@ export function QCDetail() {
</button>
{costProjectIdSaved && <span className="self-center text-xs text-green-600">Saved</span>}
</div>
<p className="mt-1 text-xs text-gray-400">
Links this job to a project in the{' '}
<a href="https://cost.oliver.agency" target="_blank" rel="noreferrer" className="underline">AI Cost Dashboard</a>.
</p>
<p className="mt-1 text-xs text-gray-400">Links this job to a project in the AI Cost Dashboard.</p>
</div>
{/* Download Assets */}