Skip to content

Commit

Permalink
Merge pull request #272 from ethereum/roadmapHeader
Browse files Browse the repository at this point in the history
adjust roadmap header image height to match production
  • Loading branch information
pettinarip authored Jan 12, 2024
2 parents 3182b3a + 11ed80c commit 1092f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const RoadmapLayout: React.FC<IProps> = ({
alt={frontmatter.alt ?? ""}
style={{ objectFit: "contain" }}
width={1504}
height={345}
height={336}
priority
/>
</Center>
Expand Down

0 comments on commit 1092f75

Please sign in to comment.