From 3cb6ba12339af383688bb87844e37a66d4d81f6f Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Tue, 25 Aug 2026 14:00:46 +0530 Subject: [PATCH] fix(ui): render navbar brand prop outside slot --- bun.lock | 2 +- packages/ui/components/Navbar.wrn | 3 +-- packages/ui/package.json | 2 +- packages/ui/test/ui-redesign-contract.test.ts | 7 +++++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bun.lock b/bun.lock index 837f2967..1e72c531 100644 --- a/bun.lock +++ b/bun.lock @@ -688,7 +688,7 @@ }, "packages/ui": { "name": "@wrnexus/ui", - "version": "0.8.43", + "version": "0.8.44", "dependencies": { "@wrnexus/core": "workspace:*", }, diff --git a/packages/ui/components/Navbar.wrn b/packages/ui/components/Navbar.wrn index 4d3f4ba0..1aedfc7e 100644 --- a/packages/ui/components/Navbar.wrn +++ b/packages/ui/components/Navbar.wrn @@ -171,7 +171,6 @@ size: string = "default"
- {#if brand.logo || brand.icon || brand.label || brand.description} {#if brand.logo} @@ -188,7 +187,7 @@ size: string = "default" {/if} {/if} - +