fix: simplify requirements info

This commit is contained in:
Björn Fromme
2024-01-28 14:13:25 +01:00
parent 3c0cc1c776
commit 85200e2960
@@ -22,12 +22,5 @@
{% endif %}
</div>
</li>
{% else %}
<li class="py-2">
<div class="flex items-center justify-between">
<span class="flex-1">Keine</span>
{{ icon('check', 'w-5 h-5 text-green-500 shrink-0') }}
</div>
</li>
{% endfor %}
</ul>