Added simple placeholder when nothing is found

This commit is contained in:
Corey 2020-08-01 16:08:06 +08:00
parent 12632d451a
commit 7a039244ee

View file

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