feat: replace SVG icons with Lucide components in AprovarAusencias and AprovarFerias for improved consistency and maintainability
This commit is contained in:
@@ -413,10 +413,7 @@
|
||||
<!-- Motivo Reprovação (se reprovado) -->
|
||||
{#if periodo.status === 'reprovado' && periodo.motivoReprovacao}
|
||||
<div class="alert alert-error mt-4">
|
||||
<XCircle class="h-6 w-6 shrink-0 stroke-current" />
|
||||
d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z"
|
||||
/>
|
||||
</svg>
|
||||
<XCircle class="h-6 w-6 shrink-0 stroke-current" strokeWidth={2} />
|
||||
<div>
|
||||
<div class="font-bold">Motivo da Reprovação:</div>
|
||||
<div class="text-sm">{periodo.motivoReprovacao}</div>
|
||||
|
||||
Reference in New Issue
Block a user