drop the space, it's cleaner

This commit is contained in:
Joe Lothan 2026-05-19 11:49:13 -04:00
parent 3534f84b27
commit f7f564289c
3 changed files with 7 additions and 5 deletions

View file

@ -160,11 +160,11 @@ async function loadMore() {
}
if (entries.length > 0) {
// Inject the "About Every Tab" tab at a random position in the first load
// Inject the "About EveryTab" tab at a random position in the first load
if (container.children.length === 0) {
const aboutEntry = {
host: "everytab.site/about.html",
title: "About Every Tab",
title: "About EveryTab",
icon: "",
iframe_ok: true,
_isAbout: true,