Skip to content

Commit 5ff3a03

Browse files
fix(web): align sidebar wordmark label (#6086)
1 parent 23d45d9 commit 5ff3a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/sidebar/SidebarChrome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function SidebarBrand({ onBackdrop }: { onBackdrop: boolean }) {
9191
<T3Wordmark />
9292
<span
9393
className={cn(
94-
"truncate text-sm font-medium tracking-tight",
94+
"-translate-y-px truncate text-sm font-medium tracking-tight",
9595
onBackdrop ? "text-white/70" : "text-muted-foreground",
9696
)}
9797
>

0 commit comments

Comments
 (0)