Skip to content

Commit

Permalink
Increase image height from 100 to 175 to reflect actual sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Jul 11, 2024
1 parent fce7100 commit 16b1b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/subsession/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { series_logo, season_name, race_week_num, max_weeks } = subsession;
src={`https://images-static.iracing.com/img/logos/series/${series_logo}`}
alt="Series Logo"
width={300}
height={100}
height={175}
format="avif"
loading="eager"
/>
Expand Down

0 comments on commit 16b1b3e

Please sign in to comment.