Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@props(['href' => null, 'height' => '44px', 'class' => ''])
|
||||
@php($content = view('components.brand-logo-images', compact('height', 'class')))
|
||||
@if($href)
|
||||
<a href="{{ $href }}" class="tp-brand-logo-link" aria-label="TrafficPumper">{!! $content !!}</a>
|
||||
@else
|
||||
{!! $content !!}
|
||||
@endif
|
||||
Reference in New Issue
Block a user