Search adjustments

This commit is contained in:
2026-05-25 14:31:15 +02:00
parent cb39695e6c
commit c7c6ff2224
4 changed files with 13 additions and 16 deletions

View File

@@ -59,6 +59,6 @@ Icons.reuse = L.icon(
Icons.camera = L.divIcon({className: 'fa fa-camera'});
Icons.techs = L.divIcon({className: 'fa fa-circle has-text-primary-25'});
Icons.techs = L.divIcon({className: 'fa fa-circle has-text-link-45'});
export default Icons;