style: remove PR title from source control tab switcher (#192)

This commit is contained in:
Jinjing
2026-03-29 09:44:01 -07:00
committed by GitHub
parent 6622dfac11
commit 94fbbdbbd2
@@ -366,7 +366,6 @@ export default function SourceControl(): React.JSX.Element {
>
PR #{prInfo.number}
</a>
<span className="text-muted-foreground truncate">{prInfo.title}</span>
</div>
)}
</div>