Skip to content

Commit e39bf35

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 878443d commit e39bf35

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/components/home.tsx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@ export default async function Home() {
7070
{/* Right column: Most Viewed SDKs */}
7171
<div className="flex-1 flex flex-col items-center justify-center -mt-4">
7272
<div className="bg-white rounded-xl shadow-md p-6 w-full max-w-md">
73-
<h2 className="text-lg font-semibold mb-1 text-left">Most Viewed Sentry SDKs</h2>
74-
<p className="text-left text-gray-600 mb-4">Get started by setting up Sentry in your app to capture your first errors</p>
73+
<h2 className="text-lg font-semibold mb-1 text-left">
74+
Most Viewed Sentry SDKs
75+
</h2>
76+
<p className="text-left text-gray-600 mb-4">
77+
Get started by setting up Sentry in your app to capture your first errors
78+
</p>
7579
<div className="grid grid-cols-3 gap-4">
7680
{mostViewedSDKs.map(platform => (
7781
<Link
@@ -91,7 +95,12 @@ export default async function Home() {
9195
</Link>
9296
))}
9397
</div>
94-
<a href="#all-sdks" className="text-accent-purple hover:underline font-medium text-base text-left block mt-2">See all SDKs</a>
98+
<a
99+
href="#all-sdks"
100+
className="text-accent-purple hover:underline font-medium text-base text-left block mt-2"
101+
>
102+
See all SDKs
103+
</a>
95104
</div>
96105
</div>
97106
</div>

0 commit comments

Comments
 (0)