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:
parent
848f7697f3
commit
02c4240e6d
2 changed files with 2 additions and 8 deletions
|
|
@ -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 */}
|
||||
|
|
|
|||
|
|
@ -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 */}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue