mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Make logo clickable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f4f400ed87
commit
68150d11b7
|
@ -56,7 +56,7 @@
|
|||
|
||||
@if (($snipeSettings) && ($snipeSettings->logo!=''))
|
||||
<center>
|
||||
<img id="login-logo" src="{{ Storage::disk('public')->url('').e($snipeSettings->logo) }}">
|
||||
<a href="{{ config('app.url') }}"><img id="login-logo" src="{{ Storage::disk('public')->url('').e($snipeSettings->logo) }}"></a>
|
||||
</center>
|
||||
@endif
|
||||
<!-- Content -->
|
||||
|
|
Loading…
Reference in a new issue