Skip to content

Commit 433df73

Browse files
committed
Update page
1 parent 624e06d commit 433df73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ are successfully building for Android using the
3434
<th>Stars</th>
3535
</tr>
3636
{% for value in items %}
37-
<tr style="background-color: {{ item.status == 'success' ? '#d4edda' : '#f8d7da' }};">
37+
<tr style="background-color: #d4edda;">
3838
<tr>
3939
<td><a href="{{ value.repo }}">{{ value.repo }}</a></td>
4040
<td><a href="https://github.com/swift-everywhere/swift-package-builds/actions/runs/{{ value.runid }}>">{{ value.status }}</a></td>

0 commit comments

Comments
 (0)