Madelena Mak d4c03fe1be
Update the theme to match branding better (#33462)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00

8 lines
268 B
HTML

<a href="{{ include.link }}" class="link-card next-step">
<div class="material-card text">
<p><iconify-icon inline icon="{{ include.icon }}"></iconify-icon>&nbsp;&nbsp;{{ include.step }}</p>
{% include assets/chevron_right.html %}
</div>
</a>