add text inside Welcome page
This commit is contained in:
@ -9,6 +9,12 @@
|
||||
<span class="px-3 text-sm font-medium text-gray-500 text-md">Cari menu</span>
|
||||
</button>
|
||||
|
||||
<div class="flex mt-3.5" v-if="filteredMenus.length == 0">
|
||||
<h1 class="text-sm text-center text-gray-800">
|
||||
Silahkan cari menu atau buka menu di samping kiri untuk memulai
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div v-if="query === '' || filteredMenus.length > 0" static class="w-full mt-6 md:mt-8 lg:mt-12">
|
||||
<div class="flex flex-col items-start w-full p-2" v-if="filteredMenus.length > 0 || recent.length > 0">
|
||||
<h2 v-if="query === '' && recent.length > 0" class="mb-2 text-xs font-semibold text-gray-900 ">
|
||||
|
Reference in New Issue
Block a user