Skip to content

Commit

Permalink
fix picture height
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Feb 8, 2024
1 parent 64c7fc8 commit 0eec667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/changelog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default async function ChangelogList({
className="justify-self-center col-span-10 z-20 hidden lg:block"
src="/changelog/assets/hero.png"
alt="Sentry Changelog"
height={400}
height={273}
width={450}
/>
<div className="relative col-span-12 mt-32 lg:absolute lg:w-96 lg:right-1/4 lg:-bottom-2">
Expand Down

0 comments on commit 0eec667

Please sign in to comment.