+
${this.mastheadLogosTemplate()} ${this.mastheadTextTemplate()}
@@ -136,8 +133,7 @@ export class UsaIdentifier extends LitElement {
// Render the list of links
linksTemplate() {
- const { required_links, aria_labels } = this._identifierText;
- const linksLabel = aria_labels.links;
+ const { required_links } = this._identifierText;
const linkAbout = this.linkAbout.textContent || required_links.about;
const agencyShortname = this.linkAbout.getAttribute("shortname") || this.primaryAgency.textContent;
const requiredLinks = [
@@ -180,10 +176,7 @@ export class UsaIdentifier extends LitElement {
return html`
-