Skip to content

Commit fb66767

Browse files
committed
fix: fix logo aligment regression
1 parent e3d46b6 commit fb66767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ export default function Sidebar() {
12271227
<Tooltip>
12281228
<TooltipTrigger
12291229
render={
1230-
<div className="flex min-w-0 flex-1 items-center gap-1 mt-1.5 ml-1 cursor-pointer">
1230+
<div className="flex min-w-0 flex-1 items-center gap-1 ml-1 cursor-pointer">
12311231
<T3Wordmark />
12321232
<span className="truncate text-sm font-medium tracking-tight text-muted-foreground">
12331233
Code

0 commit comments

Comments
 (0)