forked from MapComplete/MapComplete
Small improvements to the build
This commit is contained in:
parent
6656bde6e9
commit
e1b3f09e0a
2 changed files with 2 additions and 2 deletions
|
@ -517,7 +517,7 @@ class GenerateLayouts extends Script {
|
|||
)
|
||||
.replace(
|
||||
/<!-- IMAGE-START -->.*<!-- IMAGE-END -->/s,
|
||||
"<img class='p-0 h-32 w-32 self-start' src='" + icon + "' />"
|
||||
"<img class='p-0 mb-8 h-32 w-32 self-start' src='" + icon + "' />"
|
||||
)
|
||||
.replace(
|
||||
/.*\/src\/index\.ts.*/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue