mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add ALT tags to images for accessibility. Fixes #2902
This commit is contained in:
committed by
Dave Page
parent
89821c0d19
commit
aec86970f2
@@ -26,6 +26,7 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-12 text-right"><img
|
||||
src="{{ url_for('static', filename='img/logo-right-128.png') }}"
|
||||
alt="{{ config.APP_NAME }}"></div>
|
||||
alt="{{ config.APP_NAME }} {{ _('logo') }}"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user