We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6754ee5 commit eff9257Copy full SHA for eff9257
site/templates/components/navigation/header.blade.php
@@ -6,9 +6,8 @@
6
$aboutPage = page('about');
7
$image = $aboutPage?->image();
8
@endphp
9
-
10
@if($image)
11
- <img src="{{ $image->url() }}" alt="Profile Picture" class="w-12 h-12 rounded-full object-cover">
+ <img src="{{ $image->url() }}" alt="Profile Picture" class="w-14 h-14 rounded-full object-cover">
12
@endif
13
</a>
14
</div>
0 commit comments