Skip to content

Commit eff9257

Browse files
committed
WIP
- Changing image on header
1 parent 6754ee5 commit eff9257

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/templates/components/navigation/header.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
$aboutPage = page('about');
77
$image = $aboutPage?->image();
88
@endphp
9-
109
@if($image)
11-
<img src="{{ $image->url() }}" alt="Profile Picture" class="w-12 h-12 rounded-full object-cover">
10+
<img src="{{ $image->url() }}" alt="Profile Picture" class="w-14 h-14 rounded-full object-cover">
1211
@endif
1312
</a>
1413
</div>

0 commit comments

Comments
 (0)