diff --git a/ui/index.html b/ui/index.html index 88457d35..fce39c1d 100644 --- a/ui/index.html +++ b/ui/index.html @@ -1428,7 +1428,7 @@ function refreshTagsList() { if (idx !== -1) { activeTags[idx].originElement.classList.remove(activeCardClass); - activeTags[idx].originElement.querySelector('.modifier-card-overlay').innerText = '+'; + activeTags[idx].originElement.querySelector('.modifier-card-image-overlay').innerText = '+'; activeTags.splice(idx, 1); refreshTagsList();