2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-14 13:03:09 +00:00

fix publisher image

This commit is contained in:
Matthias Mair 2022-04-22 22:27:16 +02:00
parent 7dc4c07b32
commit 8aa0886f97

View File

@ -5,7 +5,7 @@ notitle: true
<h1>
<div class="flex">
{% if page.github %}
<img src="https://github.com/{{ page.github }}.png?size=40" alt="mdo" class="rounded-circle" width="40" height="40" style="margin:0px">
<img src="https://github.com/{{ page.github }}.png?size=40" alt="mdo" class="rounded-full" width="40" height="40" style="margin:0px">
{% endif %}
{{ page.name }}
</div>