formatting the button tag
This commit is contained in:
parent
575362f4dc
commit
e776c2cffa
1 changed files with 1 additions and 2 deletions
|
@ -135,8 +135,7 @@
|
|||
</button>
|
||||
<a href="#" wire:click="$set('activeFile',null)">
|
||||
<button class="btn btn-sm btn-danger" wire:click="destroy({{ $currentFile->id }})">
|
||||
<i class="fas fa-trash icon-white" aria-hidden="true"></i><span class="sr-only"></span>
|
||||
</button>
|
||||
<i class="fas fa-trash icon-white" aria-hidden="true"></i><span class="sr-only"></span></button>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue