Update navbar logo to auction_logo_small.jpg

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-01 17:33:30 -04:00
parent bbea9e51c8
commit d1c03b927e
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

@@ -1,5 +1,5 @@
<a href="#"> <a href="#">
<img src="{{asset(config('tablar.auth_logo.img.path','assets/logo.svg'))}}" width="110" height="32" <img src="{{asset('assets/auction_logo_small.jpg')}}" width="110" height="32"
alt="{{asset(config('tablar.title','Tablar'))}}" alt="{{asset(config('tablar.title','Tablar'))}}"
class="navbar-brand-image"> class="navbar-brand-image">
</a> </a>