There was an error while loading. Please reload this page.
1 parent 23d45d9 commit 5ff3a03Copy full SHA for 5ff3a03
1 file changed
apps/web/src/components/sidebar/SidebarChrome.tsx
@@ -91,7 +91,7 @@ function SidebarBrand({ onBackdrop }: { onBackdrop: boolean }) {
91
<T3Wordmark />
92
<span
93
className={cn(
94
- "truncate text-sm font-medium tracking-tight",
+ "-translate-y-px truncate text-sm font-medium tracking-tight",
95
onBackdrop ? "text-white/70" : "text-muted-foreground",
96
)}
97
>
0 commit comments