Skip to content

Commit b027678

Browse files
feat: lower the inflatocat image size in step-results-table (#34)
1 parent d60f36b commit b027678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown-templates/step-feedback/step-results-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{{/passed}}
1111

1212
{{#passed}}
13-
<img src="https://octodex.github.com/images/inflatocat.png" align="right" height="200px" alt="Inflatocat image indicating the step passed" />
13+
<img src="https://octodex.github.com/images/inflatocat.png" align="right" height="150px" alt="Inflatocat image indicating the step passed" />
1414
{{/passed}}
1515
{{^passed}}
1616
<img src="https://octodex.github.com/images/spidertocat.png" align="right" height="100px" alt="Spidertocat image indicating the step failed" />

0 commit comments

Comments
 (0)