mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added missing CSS class to text-only logo
This commit is contained in:
parent
b7d12ff944
commit
83ee64f155
|
@ -128,7 +128,7 @@
|
|||
<span class="sr-only">{{ $snipeSettings->site_name }}</span>
|
||||
</a>
|
||||
@else
|
||||
<a class="logo no-hover" href="{{ url('/') }}">
|
||||
<a class="logo navbar-brand no-hover" href="{{ url('/') }}">
|
||||
{{ $snipeSettings->site_name }}
|
||||
</a>
|
||||
@endif
|
||||
|
|
Loading…
Reference in a new issue