From bca81e8f58595d6b9791588502989ae129adb879 Mon Sep 17 00:00:00 2001 From: ralf Date: Fri, 6 Sep 2024 11:27:06 +0200 Subject: [PATCH] fix reverse import and export icons --- api/src/Image.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/Image.php b/api/src/Image.php index 8ab95d704b..4b97808f5f 100644 --- a/api/src/Image.php +++ b/api/src/Image.php @@ -73,7 +73,7 @@ class Image 'edit' => 'pencil-square', 'edit_leaf' => 'pencil-square', 'editpaste' => 'clipboard2-data', - 'export' => 'download', + 'export' => 'box-arrow-up', 'fav_filter' => 'star', 'favorites' => 'star-fill', 'filesave' => 'folder-symlink', @@ -87,7 +87,7 @@ class Image 'help' => 'question-circle', 'home' => 'house-door', 'ical' => 'box-arrow-down', - 'import' => 'box-arrow-up', + 'import' => 'download', 'infolog_task' => 'file-earmark-font', 'internet' => 'globe2', 'landscape' => 'tablet-landscape',