Skip to content

Commit 7320e82

Browse files
committed
Added alt text for sad panda
Signed-off-by: snipe <[email protected]>
1 parent 1aeda54 commit 7320e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/errors/404.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="col-md-8 col-md-offset-2">
1717

1818
<div style="padding-top: 200px">
19-
<img src="{{ config('app.url') }}/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left">
19+
<img src="{{ config('app.url') }}/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left" alt="Sad Panda cartoon" />
2020
<div class="error-content">
2121
<h2><x-icon type="warning" class="text-yellow" /> 404 Page not found.</h2>
2222
<p>

0 commit comments

Comments
 (0)