From 93e4d23143679367defa52585ce31cd8615234dd Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 13 Jun 2022 18:36:13 -0700 Subject: [PATCH] Changed font-awesome leading class Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + '';