From 428314d5bf308934ef03066ea1896f3e4978a314 Mon Sep 17 00:00:00 2001 From: dwindown Date: Wed, 24 Dec 2025 15:50:50 +0700 Subject: [PATCH] Fix sidebar header to show logo + brand name inline, improve favicon update logic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update AppLayout to display logo and brand name together in all headers (sidebar, public, mobile) - Improve favicon update in useBranding to create link element if not exists - Update opengraph metadata to use local image instead of lovable.dev URL - Change author/meta to WithDwindi branding 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- index.html | 10 +++++----- src/components/AppLayout.tsx | 15 ++++++--------- src/hooks/useBranding.tsx | 9 +++++++-- src/opengraph.png | Bin 0 -> 28567 bytes 4 files changed, 18 insertions(+), 16 deletions(-) create mode 100644 src/opengraph.png diff --git a/index.html b/index.html index 10f0d74..78d1baf 100644 --- a/index.html +++ b/index.html @@ -6,16 +6,16 @@ Loading... - + - + - + - - + + diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index 1e5f4bc..b4daf39 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -108,11 +108,10 @@ export function AppLayout({ children }: AppLayoutProps) {
- {logoUrl ? ( + {logoUrl && ( {brandName} - ) : ( - brandName )} + {brandName}