File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments