From 7a8d7f074c1699b9a0403993a784ddf318561454 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 18 Nov 2024 19:12:31 +0200 Subject: [PATCH] client: Fix share boxicon not working correctly (fixes #603) --- src/public/app/widgets/icon_list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/app/widgets/icon_list.js b/src/public/app/widgets/icon_list.js index 8a71612d4..d992a139e 100644 --- a/src/public/app/widgets/icon_list.js +++ b/src/public/app/widgets/icon_list.js @@ -5171,7 +5171,7 @@ const icons = [ "type_of_icon": "REGULAR" }, { - "name": '_share', + "name": "share", "slug": "share-regular", "category_id": 101, "type_of_icon": "REGULAR" @@ -6826,7 +6826,7 @@ const icons = [ "type_of_icon": "SOLID" }, { - "name": '_share', + "name": "share", "slug": "share-solid", "category_id": 101, "type_of_icon": "SOLID"