diff --git a/apps/web/src/components/sidebar/SidebarChrome.tsx b/apps/web/src/components/sidebar/SidebarChrome.tsx index 8fc6b835bf1a..16bee96a84fe 100644 --- a/apps/web/src/components/sidebar/SidebarChrome.tsx +++ b/apps/web/src/components/sidebar/SidebarChrome.tsx @@ -84,19 +84,14 @@ function SidebarBrand({ onBackdrop }: { onBackdrop: boolean }) { - - - Code + + {" "} + Code ); @@ -106,7 +101,7 @@ function T3Wordmark() { return ( diff --git a/apps/web/src/components/threadSidebarWidth.test.ts b/apps/web/src/components/threadSidebarWidth.test.ts index e38d5c3749bc..0a75c1fad846 100644 --- a/apps/web/src/components/threadSidebarWidth.test.ts +++ b/apps/web/src/components/threadSidebarWidth.test.ts @@ -41,7 +41,9 @@ describe("thread sidebar width", () => { "utf8", ); - expect(sidebarSource).toContain("hidden h-7 w-fit min-w-0 shrink-0 items-center gap-1"); + expect(sidebarSource).toContain( + "hidden h-7 w-fit min-w-0 shrink-0 items-center overflow-hidden", + ); expect(sidebarSource).toContain("md:flex"); expect(THREAD_SIDEBAR_MIN_WIDTH).toBe(13 * 16); });