We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778c708 commit 3136d1aCopy full SHA for 3136d1a
src/components/platformSelector/index.tsx
@@ -240,7 +240,7 @@ export function PlatformSelector({
240
</ComboboxProvider>
241
</RadixSelect.Root>
242
{showStoredPlatform && (
243
- <div className='mt-3'>
+ <div className="mt-3">
244
<SidebarLink
245
href={storedPlatform.url}
246
title={`Sentry for ${storedPlatform.title ?? storedPlatform.key}`}
0 commit comments