refactor: use fw-bold

This commit is contained in:
Barış Soner Uşaklı
2022-11-27 19:08:18 -05:00
parent 63b19301d6
commit 4a113bf1c7

View File

@@ -30,7 +30,7 @@ define('forum/header', [
.removeClass('away online dnd offline')
.addClass(status);
$('[component="header/usercontrol"] [data-status]').each(function () {
$(this).find('span').toggleClass('bold', $(this).attr('data-status') === status);
$(this).find('span').toggleClass('fw-bold', $(this).attr('data-status') === status);
});
app.user.status = status;
});