diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 9a63ca58bd..a712cea863 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -318,7 +318,7 @@ item_icon = 'fas fa-user'; } else if (value.type == 'location') { item_destination = 'locations' - item_icon = 'far fa-map-marker-alt'; + item_icon = 'fas fa-map-marker-alt'; } return ' ' + value.name + '';