Small improvements to the build

This commit is contained in:
Pieter Vander Vennet 2024-03-13 01:55:01 +01:00
parent 6656bde6e9
commit e1b3f09e0a
2 changed files with 2 additions and 2 deletions

View file

@ -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.*/,