feat: update label and icon of button in assignment card

This commit is contained in:
Björn Fromme
2024-08-27 10:25:48 +02:00
parent 39904806f5
commit 1a39f48aed
+2 -2
View File
@@ -81,8 +81,8 @@
{% elseif is_granted('APPLY', assignment) %} {% elseif is_granted('APPLY', assignment) %}
<a href="{{ path('app_teamer_assignment_detail', { 'uuid': assignment.uuid, 'r': return_url() }) }}" <a href="{{ path('app_teamer_assignment_detail', { 'uuid': assignment.uuid, 'r': return_url() }) }}"
class="btn btn--small flex items-center space-x-2"> class="btn btn--small flex items-center space-x-2">
{{ icon('hand', 'w-4 h-4 shrink-0') }} {{ icon('info', 'w-4 h-4 shrink-0') }}
<span>bewerben</span> <span>weitere Infos</span>
</a> </a>
{% endif %} {% endif %}
</div> </div>