chore(brand): change label Gambar utama to Gambar

This commit is contained in:
Yoga Pangestu 2025-10-02 09:11:51 +07:00
parent 1f89c74009
commit aee349093d

View File

@ -25,7 +25,7 @@
autofocus autocomplete="off" />
<div class="space-y-3">
<h3 class="text-sm font-medium">Gambar Utama</h3>
<h3 class="text-sm font-medium">Gambar</h3>
<div class="dropzone-wrapper">
<livewire:dropzone wire:model="form.image" :rules="['image', 'mimes:png,jpeg', 'max:10420']" :max-files="1" :key="'image'"
:files="$form->image ?? []" />