changes in logo size and sidebar dashboard

This commit is contained in:
2025-09-02 16:37:09 +05:45
parent 5b5e19f919
commit b092a69b30
2 changed files with 3 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ class NewsletterController extends Controller
$messages = [
'email.email' => 'Must be a valid and unique email address.',
'g-recaptcha-response.required' => 'Please complete reCAPTCHA validation.',
'g-recaptcha-response' => 'Invalid reCAPTCHA.',
'g-recaptcha-response' => 'Invalid reCAPTCHA.',
];
$validator = Validator::make($request->all(), $rules, $messages);

View File

@@ -16,7 +16,8 @@
<img src="{{ asset(setting('favicon')) }}" alt="" height="22">
</span>
<span class="logo-lg">
<img class="light-login" src="{{ asset(setting('logo_white')) }}" alt="">
<img class="light-login" src="{{ asset(setting('logo_white')) }}" alt="" width="125px"
height="60px">
</span>
</a>
<button type="button" class="btn btn-sm p-0 fs-20 header-item float-end btn-vertical-sm-hover"