fix(prospecting): replace missing icons with available registry icons
Some checks failed
CI / ruff (push) Successful in 9s
CI / pytest (push) Failing after 47m22s
CI / validate (push) Successful in 24s
CI / dependency-scanning (push) Successful in 29s
CI / docs (push) Has been skipped
CI / deploy (push) Has been skipped

map-pin→location-marker, target→cursor-click, device-mobile→phone, radar→globe-alt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 19:23:02 +01:00
parent bf64f82613
commit 4d07418f44
5 changed files with 11 additions and 11 deletions

View File

@@ -34,7 +34,7 @@
</button>
<button @click="startBatchJob('score_compute')"
class="inline-flex items-center px-4 py-2 text-sm font-medium text-white bg-red-600 rounded-lg hover:bg-red-700">
<span x-html="$icon('target', 'w-4 h-4 mr-2')"></span>
<span x-html="$icon('cursor-click', 'w-4 h-4 mr-2')"></span>
Compute Scores
</button>
</div>