Skip to content

Commit

Permalink
Fixed sr-only blank text
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Dec 2, 2024
1 parent 8ff099e commit 1473018
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/livewire/importer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ class="col-md-12 table table-striped snipe-table">
</button>
<a href="#" wire:click.prevent="$set('activeFileId',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">{{ trans('general.delete') }}</span>
</button>
</a>
</td>
</tr>
Expand Down

0 comments on commit 1473018

Please sign in to comment.