Skip to content

Commit 946ca08

Browse files
authored
Reducing hero image on landing page to more reasonable size (#15737)
1 parent 5411a26 commit 946ca08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function Home() {
4242
<Image
4343
src={HeroImage}
4444
alt="Sentry's hero image"
45-
className="max-h-[200px] w-auto md:max-h-[390px]"
45+
className="max-h-[100px] w-auto md:max-h-[195px]"
4646
/>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)