Updated empty state col span

This commit is contained in:
Corey 2020-08-01 17:19:30 +08:00
parent 44b50548be
commit 0c3e8bf050

View file

@ -276,7 +276,7 @@
<span class="hidden" x-text="item.icon_keywords"></span> <span class="hidden" x-text="item.icon_keywords"></span>
</a> </a>
</template> </template>
<div x-show="filteredIcons.length === 0"> <div x-show="filteredIcons.length === 0" class="col-span-2">
<h3 class="text-xl text-gray-500"> <h3 class="text-xl text-gray-500">
No Matches Found No Matches Found
</h3> </h3>