From 8f1923b720974f39bdaae87aee2a07ebda4ead9a Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 20 Jan 2020 11:50:11 -0700 Subject: [PATCH] Fixed some image types havinb broken icons --- app/config/icons.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/config/icons.php b/app/config/icons.php index eb2ec6e..639764f 100644 --- a/app/config/icons.php +++ b/app/config/icons.php @@ -2,19 +2,19 @@ return [ // Images - 'ai' => 'fab fa-image', + 'ai' => 'fas fa-image', 'bmp' => 'fas fa-image', - 'eps' => 'fab fa-image', + 'eps' => 'fas fa-image', 'gif' => 'fas fa-image', 'jpg' => 'fas fa-image', 'jpeg' => 'fas fa-image', 'png' => 'fas fa-image', - 'ps' => 'fab fa-image', + 'ps' => 'fas fa-image', 'psd' => 'fas fa-image', - 'svg' => 'fab fa-image', + 'svg' => 'fas fa-image', 'tga' => 'fas fa-image', 'tif' => 'fas fa-image', - 'drw' => 'fab fa-image', + 'drw' => 'fas fa-image', // Data 'csv' => 'fas fa-file-csv',