mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
a11y work
This commit is contained in:
@@ -244,7 +244,7 @@ export class SettingsComponent implements OnInit {
|
||||
const versionText = document.createTextNode(
|
||||
this.i18nService.t('version') + ': ' + BrowserApi.getApplicationVersion());
|
||||
const div = document.createElement('div');
|
||||
div.innerHTML = `<p class="text-center"><i class="fa fa-shield fa-3x"></i></p>
|
||||
div.innerHTML = `<p class="text-center"><i class="fa fa-shield fa-3x" aria-hidden="true"></i></p>
|
||||
<p class="text-center"><b>Bitwarden</b><br>© 8bit Solutions LLC 2015-` + year + `</p>`;
|
||||
div.appendChild(versionText);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user