refactor: update placeholder text for featured image input to clarify URL requirement
This commit is contained in:
parent
9f6c07c3de
commit
3d13707359
@ -136,7 +136,7 @@ export const FormContentsPage = (properties: TProperties) => {
|
||||
<Input
|
||||
id="featured_image"
|
||||
label="Gambar Unggulan"
|
||||
placeholder="Masukkan Gambar Unggulan"
|
||||
placeholder="Masukkan Url Gambar Unggulan"
|
||||
name="featured_image"
|
||||
className="border-0 bg-white shadow read-only:bg-gray-100 focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none disabled:bg-gray-100"
|
||||
labelClassName="text-sm font-medium text-[#363636]"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user