Bug Report
Description
The sidebar section heading for repositories displays "Repos73" without a space between the label and the count number.
Steps to Reproduce
- Open PRism
- Look at the sidebar "Repos" section heading
Expected Behavior
"Repos 73" or "Repos (73)" — with proper spacing.
Actual Behavior
"Repos73" — label and count concatenated.
Proposed Fix
Check the SectionHead component usage in Sidebar.tsx for the repos section — ensure a space or wrapper between title and count props.
Files to Modify
src/components/Sidebar/Sidebar.tsx — repos SectionHead usage
- Possibly
src/components/atoms/SectionHead.tsx — spacing between title and count
Bug Report
Description
The sidebar section heading for repositories displays "Repos73" without a space between the label and the count number.
Steps to Reproduce
Expected Behavior
"Repos 73" or "Repos (73)" — with proper spacing.
Actual Behavior
"Repos73" — label and count concatenated.
Proposed Fix
Check the
SectionHeadcomponent usage inSidebar.tsxfor the repos section — ensure a space or wrapper between title and count props.Files to Modify
src/components/Sidebar/Sidebar.tsx— reposSectionHeadusagesrc/components/atoms/SectionHead.tsx— spacing between title and count