From 1752276229c597ca69cf6a11eaa2c7d0417cc481 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 17:13:39 -0700 Subject: [PATCH] Lowercase the name in the page title The browser tab, and anything that takes its name from the document title, read INBUXA. The manifest, the server's app name and the sign-in card all have it lowercase; the title was the one place left in caps. Prod's APP_NAME override was set to inbuxa at the same time; the code default already was. --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 263b085..af68c58 100644 --- a/web/index.html +++ b/web/index.html @@ -23,7 +23,7 @@ - INBUXA + inbuxa