mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -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!=''))
|
@if (($snipeSettings) && ($snipeSettings->logo!=''))
|
||||||
<center>
|
<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>
|
</center>
|
||||||
@endif
|
@endif
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
|
|
Loading…
Reference in a new issue