Commit b94029e5 authored by Alfonso Rafael Solis Rangel's avatar Alfonso Rafael Solis Rangel
Browse files

Correccion de bug en los botones

parent 432f637e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -96,9 +96,8 @@ function renderActions(id) {
                    <form action="{{ route('contacto.destroy', '') }}/${id}" method="POST" class="inline-block">
                        @csrf
                        @method('DELETE')
                        <button type="button" class="btn btn-danger btn-sm btn-eliminar" title="Eliminar">
                            <!-- Icono Bote de basura (Tabler Icons) -->
                            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-trash">
                        <button type="button" class="btn btn-danger btn-sm btn-eliminar flex items-center justify-center w-8 h-8 p-0" title="Eliminar">
                            <svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 pointer-events-none" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                                <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
                                <path d="M4 7l16 0" />
                                <path d="M10 11l0 6" />