Skip to content

Commit

Permalink
fix: change image resolution to 1280 (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
finnar-bin authored Jan 25, 2024
1 parent af3e869 commit e627ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/components/InAppAnnouncement/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const InAppAnnouncement = () => {
component="img"
alt="announcement-banner-image"
src={
`${latestAnnouncement?.feature_image?.data[0]?.url}?fit=cover&width=560&height=300` ??
`${latestAnnouncement?.feature_image?.data[0]?.url}?fit=cover&width=1280` ??
""
}
maxWidth="100%"
Expand Down

0 comments on commit e627ef8

Please sign in to comment.