File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ export function PlatformSelector({
246246 title = { `Sentry for ${ storedPlatform . title ?? storedPlatform . key } ` }
247247 collapsible
248248 />
249- < SidebarSeparator />
249+ < SidebarSeparator />
250250 </ div >
251251 ) }
252252 </ div >
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ export function DynamicNav({
166166 < li className = "mb-3" data-sidebar-branch >
167167 { header }
168168 { ( ! collapsible || isActive ) && entity . children && (
169- < ul data-sidebar-tree className = ' pl-3' >
169+ < ul data-sidebar-tree className = " pl-3" >
170170 < Children
171171 tree = { entity . children }
172172 exclude = { exclude }
Original file line number Diff line number Diff line change @@ -39,10 +39,7 @@ export function ProductSidebar({rootNode, items}: ProductSidebarProps) {
3939 < ul data-sidebar-tree >
4040 < SidebarLink href = "https://about.codecov.io/" title = "Codecov" />
4141 < SidebarLink href = "https://discord.gg/sentry" title = "Discord" />
42- < SidebarLink
43- href = "https://sentry.zendesk.com/hc/en-us/"
44- title = "Support"
45- />
42+ < SidebarLink href = "https://sentry.zendesk.com/hc/en-us/" title = "Support" />
4643 < SidebarLink
4744 href = "https://develop.sentry.dev/self-hosted/"
4845 title = "Self-Hosting Sentry"
You can’t perform that action at this time.
0 commit comments