Skip to content

Commit a57b474

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 15077fe commit a57b474

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/components/platformSelector/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/components/sidebar/dynamicNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

src/components/sidebar/productSidebar.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)