Skip to content

Commit 97b16f0

Browse files
committed
remove quotes
1 parent d1d996f commit 97b16f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/au-main-header.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default class AuMainHeader extends Component<AuMainHeaderSignature> {
6262
</a>
6363
</div>
6464
<nav
65-
aria-label="{{this.navigationAriaLabel}}"
65+
aria-label={{this.navigationAriaLabel}}
6666
class="au-c-main-header__actions"
6767
>
6868
<ul class="au-c-list-horizontal">

0 commit comments

Comments
 (0)