Files
trafficpumper/resources/views/components/brand-logo-images.blade.php
T

5 lines
463 B
PHP
Raw Normal View History

2026-08-29 15:53:53 +03:00
<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>