Default brand org name to 'kbenestad.reimburse'

https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ
This commit is contained in:
Claude 2026-06-08 16:19:41 +00:00
parent 15ffddb57b
commit 138c29a3a4
No known key found for this signature in database

View file

@ -774,7 +774,7 @@ function render() {
} else {
logoBox.appendChild(appIconSVG());
}
const orgSpan = el('span', {className:'org'}, CFG.organization || '');
const orgSpan = el('span', {className:'org'}, CFG.organization || 'kbenestad.reimburse');
orgSpan.appendChild(el('small', null, 'Expense reimbursement'));
brand.append(logoBox, orgSpan);