From a58f7b78b0020c85da523c36fdf6d70ad069736a Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Tue, 21 Oct 2025 10:01:31 -0500 Subject: [PATCH] refactor(navbar): prevent subtitle wrap and remove abacus emoji MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two small refinements to navbar branding: - Added whiteSpace: 'nowrap' to subtitle to prevent text wrapping - Removed abacus emoji from "Abaci One" branding for cleaner look 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web/src/components/AppNavBar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/AppNavBar.tsx b/apps/web/src/components/AppNavBar.tsx index 2b47e4b6..203a4178 100644 --- a/apps/web/src/components/AppNavBar.tsx +++ b/apps/web/src/components/AppNavBar.tsx @@ -612,7 +612,7 @@ export function AppNavBar({ variant = 'full', navSlot }: AppNavBarProps) { color: 'rgba(255, 255, 255, 0.95)', })} > - 🧮 Abaci One + Abaci One @@ -623,6 +623,7 @@ export function AppNavBar({ variant = 'full', navSlot }: AppNavBarProps) { color: 'rgba(196, 181, 253, 0.8)', fontStyle: 'italic', cursor: 'help', + whiteSpace: 'nowrap', _hover: { color: 'rgba(196, 181, 253, 1)' }, })} >