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 0465bdf commit cf7313eCopy full SHA for cf7313e
src/components/platformFilter/client.tsx
@@ -51,7 +51,7 @@ export function PlatformFilterClient({platforms}: {platforms: Platform[]}) {
51
<div>
52
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 py-8 md:items-end">
53
<div className="lg:col-span-2 space-y-2">
54
- <h2 className="text-2xl font-medium">Choose your SDK</h2>
+ <h2 className="text-2xl font-medium">SDKs Supported by Sentry</h2>
55
<p className="m-0">If you use it, we probably support it.</p>
56
</div>
57
<div className="w-full flex justify-end">
0 commit comments