mirror of
https://github.com/safing/web
synced 2025-04-17 01:19:08 +00:00
Fix shields on download page too
This commit is contained in:
parent
33827117a9
commit
d86341fa2f
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ title: Safing Portmaster - Download
|
|||
<div class="element-x-center-max lg:ml-0 items-center" style="display: flex;">
|
||||
<div class="flex items-center">
|
||||
<span class="block">Version:</span>
|
||||
<img src="{{ site.img_shields_io_release_url }}" style="filter: invert(1); width: 80px; height: 38px; margin-left: -8px;">
|
||||
<img src="{{ site.img_url }}page-specific/landing/version.svg" style="filter: invert(1); width: 80px; height: 38px; margin-left: -8px;">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<span class="block">Github Stars:</span>
|
||||
<img src="{{ site.img_shields_io_stars_url }}" style="filter: invert(1); width: 70px; height: 38px; margin-left: -8px;">
|
||||
<img src="{{ site.img_url }}page-specific/landing/stars.svg" style="filter: invert(1); width: 70px; height: 38px; margin-left: -8px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue