diff --git a/UI/Popup/TagRenderingQuestion.ts b/UI/Popup/TagRenderingQuestion.ts index d0652e489..88e0a751a 100644 --- a/UI/Popup/TagRenderingQuestion.ts +++ b/UI/Popup/TagRenderingQuestion.ts @@ -146,7 +146,7 @@ export default class TagRenderingQuestion extends Combine { new Combine([options.cancelButton]), saveButton]).SetClass("flex justify-end flex-wrap-reverse") - ]).SetClass("flex mt-2 justify-between"),Them + ]).SetClass("flex mt-2 justify-between"), new Toggle(Translations.t.general.testing.SetClass("alert"), undefined, state.featureSwitchIsTesting) ]) diff --git a/scripts/build.sh b/scripts/build.sh index 9208ff920..308da511a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -25,7 +25,7 @@ cp -r assets/themes/ dist/assets/themes/ cp -r assets/svg/ dist/assets/svg/ cp assets/*.png dist/assets/ cp assets/*.svg dist/assets/ -cp assets/generated/*.svg dist/assts/generated/ +cp assets/generated/*.png dist/assts/generated/ SRC_MAPS="--no-source-maps" BRANCH=`git rev-parse --abbrev-ref HEAD`