Skip to content

Commit 24d8c26

Browse files
Merge pull request #560 from killercup/patch-1
Add explicit size to appveyor badge
2 parents 81579df + 714a852 commit 24d8c26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/templates/components/badge-appveyor.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
<img
33
src="https://ci.appveyor.com/api/projects/status/{{ service }}/{{ repository }}?svg=true&branch={{ branch }}"
44
alt="{{ text }}"
5+
width="106"
6+
height="20"
57
title="{{ text }}" />
68
</a>

0 commit comments

Comments
 (0)