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

@@ -52,7 +52,7 @@
</select>
<button @click="runEnrichment()" x-show="prospect.channel === 'digital'"
class="ml-auto px-3 py-1 text-sm text-white bg-blue-600 rounded-lg hover:bg-blue-700">
<span x-html="$icon('radar', 'w-4 h-4 inline mr-1')"></span>
<span x-html="$icon('globe-alt', 'w-4 h-4 inline mr-1')"></span>
Run Scan
</button>
</div>