Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #304 from Shinsina/correct-aria-label
Browse files Browse the repository at this point in the history
Correct Aria Label for Footer Primary Navigation.
  • Loading branch information
zarathustra323 authored May 19, 2022
2 parents 6a659ec + 9f4ef04 commit 146f254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $ const tagline = site.get("tagline");

</marko-web-element>
</default-theme-site-footer-container>
<default-theme-site-footer-container block-name=blockName modifiers=["primary"] attrs={ "aria-label": "Primary Secondary Navigation" }>
<default-theme-site-footer-container block-name=blockName modifiers=["primary"] attrs={ "aria-label": "Footer Primary Navigation" }>
<marko-web-element block-name=blockName name="inner-container">
$ const corporateSrc = site.get("logos.corporate.src");
$ const corporateSrcset = site.getAsArray("logos.corporate.srcset");
Expand Down

0 comments on commit 146f254

Please sign in to comment.