Skip to content

Commit 12e8a6e

Browse files
committed
fix broken img tag
1 parent 8119b26 commit 12e8a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/_partials/nav.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div class="flex items-center">
1010
<a href="/" title="{{ config('app.name')}} home" class="inline-flex items-center">
11-
<img class="h-8" loading="lazy" src="/assets/img/logo.svg" alt="{{ config('app.name')}} logo" /
11+
<img class="h-8" loading="lazy" src="/assets/img/logo.svg" alt="{{ config('app.name')}} logo" />
1212
</a>
1313
</div>
1414

0 commit comments

Comments
 (0)