Lowercase the tab title fallback #11

Merged
jcoffey-dev merged 1 commits from fix/brand-lowercase-title into main 2026-09-22 22:24:13 +00:00
+1 -1
View File
@@ -1,6 +1,6 @@
import { withBase } from "../basePath";
let baseTitle = "INBUXA";
let baseTitle = "inbuxa";
let faviconCanvas: HTMLCanvasElement | null = null;
let baseFavicon: HTMLImageElement | null = null;