Gustavo Luigi 2024-01-12 15:27:32 -03:00
parent ecc1806b65
commit f7e7dad1a5
1 changed files with 1 additions and 3 deletions

View File

@ -37,9 +37,7 @@
<nav class="navbar navbar-expand-lg py-3" style="background-color: {{$_menue_background_color}};">
<div class="container ">
<a class="navbar-brand " href="{{url('/')}}">
<picture>
<img src="{{$favicon['180']}}" alt="{{config('settings.name')}}" height="60px" class="fw-bold" style="color: {{$_primary_ci_color}};">
</picture>
<x-img src="{{$logo}}" alt="{{config('settings.name')}}" height="60px" sizes="220px" class="fw-bold" style="color: {{$_primary_ci_color}};" loading="eager" :blur="false"/>
</a>

@if(!request()->is('checkout'))