mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
[deps] Autofill: Update prettier to v3 (#7014)
* [deps] Autofill: Update prettier to v3 * prettier formatting updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Prusik <jprusik@classynemesis.com>
This commit is contained in:
@@ -69,7 +69,7 @@ export class AvatarComponent implements OnChanges, OnInit {
|
||||
const html = window.document.createElement("div").appendChild(svg).outerHTML;
|
||||
const svgHtml = window.btoa(unescape(encodeURIComponent(html)));
|
||||
this.src = this.sanitizer.bypassSecurityTrustResourceUrl(
|
||||
"data:image/svg+xml;base64," + svgHtml
|
||||
"data:image/svg+xml;base64," + svgHtml,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -108,7 +108,7 @@ export class AvatarComponent implements OnChanges, OnInit {
|
||||
textTag.setAttribute(
|
||||
"font-family",
|
||||
'"Open Sans","Helvetica Neue",Helvetica,Arial,' +
|
||||
'sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"'
|
||||
'sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"',
|
||||
);
|
||||
textTag.textContent = character;
|
||||
textTag.style.fontWeight = this.svgFontWeight.toString();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<bit-simple-dialog>
|
||||
<span bitDialogTitle>
|
||||
{{ "verifyNativeMessagingConnectionTitle" | i18n : data.applicationName }}:
|
||||
{{ "verifyNativeMessagingConnectionTitle" | i18n: data.applicationName }}:
|
||||
</span>
|
||||
<span bitDialogContent>
|
||||
{{ "verifyNativeMessagingConnectionDesc" | i18n }}
|
||||
|
||||
Reference in New Issue
Block a user