Skip to content

Commit 2e09b6b

Browse files
[getsentry/action-github-commit] Auto commit
1 parent be89950 commit 2e09b6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/home.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ export default async function Home() {
8888
</p>
8989
</div>
9090
{/* Search + SDKs row, same width as Sentry Products */}
91-
<div className="max-w-screen-xl mx-auto px-6 lg:px-8 w-full" style={{marginTop: 0, paddingTop: 0}}>
91+
<div
92+
className="max-w-screen-xl mx-auto px-6 lg:px-8 w-full"
93+
style={{marginTop: 0, paddingTop: 0}}
94+
>
9295
<div
9396
className="w-full flex flex-col md:flex-row items-stretch justify-between relative"
9497
style={{marginTop: 0, marginBottom: 0}}

0 commit comments

Comments
 (0)