Skip to content

Commit 778c708

Browse files
committed
pr feedback
1 parent a57b474 commit 778c708

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/platformSelector/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,12 @@ export function PlatformSelector({
240240
</ComboboxProvider>
241241
</RadixSelect.Root>
242242
{showStoredPlatform && (
243-
<div className={`${styles.toc} mt-3`}>
243+
<div className='mt-3'>
244244
<SidebarLink
245245
href={storedPlatform.url}
246246
title={`Sentry for ${storedPlatform.title ?? storedPlatform.key}`}
247247
collapsible
248+
topLevel
248249
/>
249250
<SidebarSeparator />
250251
</div>

0 commit comments

Comments
 (0)