about everytab tab bolded title

This commit is contained in:
Joe Lothan 2026-05-21 01:02:08 -04:00
parent 0f0acb642f
commit eec486880a
2 changed files with 7 additions and 18 deletions

View file

@ -72,6 +72,7 @@ function createTab(entry) {
img.alt = "";
aboutIcons.push(img);
tab.appendChild(img);
tab.classList.add("tab-about");
} else if (entry.icon) {
const img = document.createElement("img");
img.className = "tab-icon";