diff --git a/resources/views/livewire/library/search-by-tag-component.blade.php b/resources/views/livewire/library/search-by-tag-component.blade.php index 0473e061..fdbcd06c 100644 --- a/resources/views/livewire/library/search-by-tag-component.blade.php +++ b/resources/views/livewire/library/search-by-tag-component.blade.php @@ -2,7 +2,7 @@ class="flex overflow-auto relative flex-wrap gap-x-5 gap-y-6 justify-center p-0 mx-auto mt-8 mb-3 w-full font-normal leading-6 text-white align-baseline border-0 border-solid md:mx-auto md:mb-0 md:max-w-screen-md" style="max-width: 1350px; font-size: 128%; background-position: 0px center; max-height: 500px; list-style: outside;" > - @foreach($tags->sortBy('name') as $tag) + @foreach($tags as $tag)