Add space to hotswap placeholder

76b4c5f8c1954ed18544df0377dfb049c1026f40

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

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