Skip to content

Commit a13da72

Browse files
committed
IMP: Update logo size on validation.
1 parent 55396e7 commit a13da72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Models/Setting.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ public static function getForm(): array
6161
->maxLength(1000)
6262
->columnSpanFull(),
6363
FileUpload::make('logo')
64+
->hint('Max height 400')
6465
->directory('setting/logo')
6566
->maxSize(1024 * 1024 * 2)
66-
->rules('dimensions:max_height=60')
67+
->rules('dimensions:max_height=400')
6768
->nullable()->columnSpanFull()
6869
])->columns(2),
6970

0 commit comments

Comments
 (0)