Skip to content

Commit 97397b7

Browse files
authored
Updated GM graphic dimensions & Banner (#829)
1 parent 7857a88 commit 97397b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pages/gm.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ function gm() {
241241
<Image
242242
src={data.banner_link}
243243
className="gm-graphic"
244-
layout="fill"
244+
width={3840}
245+
height={1860}
245246
alt={`${data.quarter} GM ${data.gm_start_time.getFullYear()} Marketing Graphic. ${data.quarter} GM will happen on ${data.day_of_week}, ${data.gm_start_time.getMonth()} ${data.date_with_suffix} from ${data.gm_start_time.getHours()}:${data.gm_start_time.getMinutes()} to ${data.gm_end_time.getHours()}:${data.gm_end_time.getMinutes()} in ${data.location}`}
246247
/>
247248
</div>
725 KB
Loading

0 commit comments

Comments
 (0)