5 lines
463 B
PHP
5 lines
463 B
PHP
<span class="tp-brand-logo {{ $class }}" style="--tp-logo-height: {{ $height }}">
|
|||
|
|
<img class="tp-brand-logo-light" src="{{ asset('images/branding/TrafficPumper-logo-koyu.png') }}" width="2172" height="724" alt="TrafficPumper" decoding="async" fetchpriority="high">
|
||
|
|
<img class="tp-brand-logo-dark" src="{{ asset('images/branding/TrafficPumper-logo-acik.png') }}" width="2172" height="724" alt="TrafficPumper" decoding="async" fetchpriority="high">
|
||
|
|
</span>
|