images/logos: use vector arts

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-10-23 21:37:13 +05:30
parent e50ef8ff98
commit 2233f70332
16 changed files with 20 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
$for(subdomains)$
<li style="display: inline-block;">
<a href="https://$name$.$domain$">
<img src="/images/logos/$name$.png" alt="https://$name$.$domain$" width="30" height="30"/>
<img src="/images/logos/$name$.svg" alt="https://$name$.$domain$" width="30" height="30"/>
</a>
</li>
$endfor$