1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Missing alt tag in logo img

This commit is contained in:
Will 2022-01-26 22:39:51 -04:00 committed by GitHub
parent 0e89efa331
commit 0c6d274421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,7 @@
<img
style="margin-top: 40px; height: 40px; display: block; margin-left: auto; margin-right: auto;"
alt=""
src="{{ $logo ?? '' }}"/>
</div>
</td>