v0.9.15 updated branding modal
This commit is contained in:
@@ -15,6 +15,7 @@ export default function GlobalBar({ isMobile, showSidebar }) {
|
||||
|
||||
const appName = settings.app_name || 'jama';
|
||||
const logoUrl = settings.logo_url;
|
||||
const titleColor = settings.color_title || null;
|
||||
|
||||
// On mobile: show bar only when sidebar is visible (chat list view)
|
||||
// On desktop: always show
|
||||
@@ -28,7 +29,7 @@ export default function GlobalBar({ isMobile, showSidebar }) {
|
||||
alt={appName}
|
||||
className="global-bar-logo"
|
||||
/>
|
||||
<span className="global-bar-title">{appName}</span>
|
||||
<span className="global-bar-title" style={titleColor ? { color: titleColor } : {}}>{appName}</span>
|
||||
</div>
|
||||
{!connected && (
|
||||
<span className="global-bar-offline" title="Offline">
|
||||
|
||||
Reference in New Issue
Block a user