Redesign + Fixes
This commit is contained in:
parent
7718ed6c32
commit
7fe8056e35
67 changed files with 1898 additions and 2799 deletions
7
resources/views/components/title.blade.php
Normal file
7
resources/views/components/title.blade.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
@if(!empty(env('APP_LOGO', '')))
|
||||
<div class="col-xs-12">
|
||||
<img src="{{ env('APP_LOGO') }}" style="max-width: 80%; max-height: 50px; height: auto; width: auto; filter: brightness(0)">
|
||||
</div>
|
||||
@else
|
||||
<h2 class="text-center">{{ env('APP_NAME', 'ThemePark') }}</h2>
|
||||
@endif
|
Reference in a new issue