mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 08:04:31 +00:00
Default brand org name to 'kbenestad.reimburse'
https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ
This commit is contained in:
parent
15ffddb57b
commit
138c29a3a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue