Skip to content

Commit 25a72b2

Browse files
authored
Update about-release-schedule.hbs (#3479)
Fix the image dimensions to be what we end up with instead of the original ones.
1 parent 47b97a4 commit 25a72b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/about-release-schedule.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{{{ contents }}}
1515

1616
<p>
17-
<img src="https://raw.githubusercontent.com/nodejs/Release/master/schedule.svg?sanitize=true" alt="{{ title }}" width="960" height="500">
17+
<img src="https://raw.githubusercontent.com/nodejs/Release/master/schedule.svg?sanitize=true" alt="{{ title }}" width="760" height="396">
1818
</p>
1919

2020
{{{ release-schedule }}}

0 commit comments

Comments
 (0)