Skip to content

Commit 346a74d

Browse files
authored
Merge pull request #38 from devaslanphp/dev
Change logo
2 parents 87f14f4 + a5a95d9 commit 346a74d

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/favicon.ico

192 KB
Binary file not shown.

public/images/logo.png

19.8 KB
Loading

resources/views/components/guest-layout.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="absolute w-full h-full top-0 left-0 right-0 bottom-0 overflow-hidden">
88
<div class="absolute lg:w-1/2 md:w-1/3 lg:flex md:flex hidden flex-col justify-start items-start top-0 bottom-0 left-0 bg-primary-700 bg-cover bg-no-repeat bg-left-bottom bg-opacity-90" style="background-image: url('{{ asset('images/help-desk.png') }}'); background-size: 80%"></div>
99
<div class="absolute lg:w-1/2 md:w-2/3 xl:p-44 lg:p-32 md:p-24 p-20 flex flex-col justify-center items-center top-0 bottom-0 right-0 bg-white overflow-y-auto">
10-
<img src="{{ asset('images/logo.png') }}" alt="{{ config('app.name') }}" style="width: 150px;" class="mb-5" />
10+
<img src="{{ asset('images/logo.png') }}" alt="{{ config('app.name') }}" class="mb-5 w-56" />
1111
{{$slot}}
1212
</div>
1313
</div>

resources/views/components/main-menu.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="bg-white px-2 sm:px-4 py-2.5 dark:bg-gray-900 fixed w-full z-20 top-0 left-0 border-b border-gray-200 dark:border-gray-600">
22
<div class="flex flex-wrap justify-start items-center w-full gap-8 xl:px-32 lg:px-22 md:px-18 px-14">
33
<a href="{{ route('home') }}" class="flex items-center">
4-
<img src="{{ asset('images/logo.png') }}" class="mr-3 h-6 sm:h-7" alt="{{ config('app.name') }}" />
4+
<img src="{{ asset('images/logo.png') }}" class="mr-3 w-32" alt="{{ config('app.name') }}" />
55
</a>
66
<div class="flex xl:order-2 ml-auto space-x-2">
77
<button data-collapse-toggle="navbar-sticky" type="button" class="inline-flex items-center p-2 text-sm text-gray-500 xl:hidden rounded-lg hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" aria-controls="navbar-sticky" aria-expanded="false">

0 commit comments

Comments
 (0)