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 43d98f4 commit 99d3284Copy full SHA for 99d3284
src/components/platformFilter/client.tsx
@@ -116,7 +116,7 @@ export function PlatformFilterClient({platforms}: {platforms: Platform[]}) {
116
117
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 py-8 md:items-end">
118
<div className="lg:col-span-2 space-y-2">
119
- <h2 className="text-2xl font-medium">SDKs Supported by Sentry</h2>
+ <h2 className="text-2xl font-medium">All SDKs Supported by Sentry</h2>
120
<p className="m-0">If you use it, we probably support it.</p>
121
</div>
122
<div className="w-full flex justify-end">
0 commit comments