mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 13:39:01 +01:00
client: Fix share boxicon not working correctly (fixes #603)
This commit is contained in:
parent
b4072ec8a5
commit
7a8d7f074c
@ -5171,7 +5171,7 @@ const icons = [
|
|||||||
"type_of_icon": "REGULAR"
|
"type_of_icon": "REGULAR"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": '_share',
|
"name": "share",
|
||||||
"slug": "share-regular",
|
"slug": "share-regular",
|
||||||
"category_id": 101,
|
"category_id": 101,
|
||||||
"type_of_icon": "REGULAR"
|
"type_of_icon": "REGULAR"
|
||||||
@ -6826,7 +6826,7 @@ const icons = [
|
|||||||
"type_of_icon": "SOLID"
|
"type_of_icon": "SOLID"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": '_share',
|
"name": "share",
|
||||||
"slug": "share-solid",
|
"slug": "share-solid",
|
||||||
"category_id": 101,
|
"category_id": 101,
|
||||||
"type_of_icon": "SOLID"
|
"type_of_icon": "SOLID"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user