bitfix wording

dev
Aji Kamaludin 1 year ago
parent bd2aa6e9b6
commit 0315d4c727
No known key found for this signature in database
GPG Key ID: 19058F67F0083AD3

@ -12,7 +12,7 @@ const EmptyLocation = () => {
<div className="w-full px-5 text-center flex flex-col my-auto"> <div className="w-full px-5 text-center flex flex-col my-auto">
<div className="font-bold text-xl">Pilih lokasi</div> <div className="font-bold text-xl">Pilih lokasi</div>
<div className="text-gray-400"> <div className="text-gray-400">
pilih lokasi untuk dapat menampilkan voucher tersedia pilih lokasi untuk dapat menampilkan voucher yang tersedia
</div> </div>
</div> </div>
) )

@ -7,9 +7,9 @@ import VoucherCard from '../Partials/VoucherCard'
const EmptyFavorite = () => { const EmptyFavorite = () => {
return ( return (
<div className="w-full px-5 text-center flex flex-col my-auto"> <div className="w-full px-5 text-center flex flex-col my-auto">
<div className="font-bold text-xl">Favorite kosong</div> <div className="font-bold text-xl">Belum ada favorite</div>
<div className="text-gray-400"> <div className="text-gray-400">
pilih lokasi favorite mu ya, cek bintangnya pilih lokasi favorite di daftar semua lokasi
</div> </div>
</div> </div>
) )
@ -102,7 +102,7 @@ export default function FavoriteVoucher() {
</div> </div>
)} )}
</div> </div>
{items.length <= 0 && <EmptyVoucher />} {items.length <= 0 && _flocations.length > 0 && <EmptyVoucher />}
</> </>
) )
} }

Loading…
Cancel
Save