Skip to content

Commit

Permalink
Change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
heloufir committed Sep 19, 2022
1 parent 013640e commit a5a95d9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/components/guest-layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="absolute w-full h-full top-0 left-0 right-0 bottom-0 overflow-hidden">
<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>
<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">
<img src="{{ asset('images/logo.png') }}" alt="{{ config('app.name') }}" style="width: 150px;" class="mb-5" />
<img src="{{ asset('images/logo.png') }}" alt="{{ config('app.name') }}" class="mb-5 w-56" />
{{$slot}}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/main-menu.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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">
<div class="flex flex-wrap justify-start items-center w-full gap-8 xl:px-32 lg:px-22 md:px-18 px-14">
<a href="{{ route('home') }}" class="flex items-center">
<img src="{{ asset('images/logo.png') }}" class="mr-3 h-6 sm:h-7" alt="{{ config('app.name') }}" />
<img src="{{ asset('images/logo.png') }}" class="mr-3 w-32" alt="{{ config('app.name') }}" />
</a>
<div class="flex xl:order-2 ml-auto space-x-2">
<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">
Expand Down

0 comments on commit a5a95d9

Please sign in to comment.