Move images folder into modules folder

All resources needed by client should in one folder

Change-Id: Ib9f6ea7bb59f2b5b8115c381290032170d482a98
This commit is contained in:
Umherirrender 2021-03-12 20:09:55 +01:00
parent 583480e698
commit b2aeedd34a
4 changed files with 3 additions and 3 deletions

View file

@ -80,14 +80,14 @@
},
"images": {
"gotoLine": {
"file": "../images/gotoLine.svg"
"file": "images/gotoLine.svg"
},
"pilcrow": {
"file": "../images/pilcrow.svg",
"file": "images/pilcrow.svg",
"variants": [ "progressive" ]
},
"wrapping": {
"file": "../images/wrapping.svg",
"file": "images/wrapping.svg",
"variants": [ "progressive" ]
}
}

View file

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 486 B

View file

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 475 B

View file

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B