5 lines
393 B
HTML
5 lines
393 B
HTML
|
<a href="{{link}}" {% if alpineAction %} @click.prevent="{{alpineAction}}" {% endif %} {% if alpineClass %} :class="{{alpineClass | raw}}" {% endif %} class="{% if class %} {{class}} {% endif %} flex items-center hover:text-dpsgred" {% if blank %} target="_BLANK" {% endif %}>
|
||
|
{{'chevron' | sprite('text-dpsgred w-3 h-3 transform -rotate-90 mr-2') | raw }}
|
||
|
<span>{{title}}</span>
|
||
|
</a>
|