Skip to content

Commit 99d3284

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Update copy
1 parent 43d98f4 commit 99d3284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/platformFilter/client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function PlatformFilterClient({platforms}: {platforms: Platform[]}) {
116116

117117
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 py-8 md:items-end">
118118
<div className="lg:col-span-2 space-y-2">
119-
<h2 className="text-2xl font-medium">SDKs Supported by Sentry</h2>
119+
<h2 className="text-2xl font-medium">All SDKs Supported by Sentry</h2>
120120
<p className="m-0">If you use it, we probably support it.</p>
121121
</div>
122122
<div className="w-full flex justify-end">

0 commit comments

Comments
 (0)