Add space to hotswap placeholder

76b4c5f8c1954ed18544df0377dfb049c1026f40

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/RossAscends-mods.js+1 -1
@@ -296,7 +296,7 @@ export async function favsToHotswap() {
296296
297 //helpful instruction message if no characters are favorited297 //helpful instruction message if no characters are favorited
298 if (favs.length == 0) {298 if (favs.length == 0) {
299 container.html(`<small><span><i class="fa-solid fa-star"></i>${DOMPurify.sanitize(container.attr('no_favs'))}</span></small>`);299 container.html(`<small><span><i class="fa-solid fa-star"></i>&nbsp;${DOMPurify.sanitize(container.attr('no_favs'))}</span></small>`);
300 return;300 return;
301 }301 }
302302