Skip to content

Commit

Permalink
fix: unique id issue on header
Browse files Browse the repository at this point in the history
  • Loading branch information
rolorogan committed Dec 9, 2020
1 parent 3159703 commit 5bb6426
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/www/pages/patterns/header-and-footer/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
section: section,
pageTitle: pageTitle
},
exampleAria: "Full header"
exampleAria: "Full header",
id: "full"
})
])
}}
Expand All @@ -78,7 +79,8 @@
compExample([
wmcadsHeader({
navItems: navItems,
withTitle: true
withTitle: true,
id: "basic"
})
])
}}
Expand Down

0 comments on commit 5bb6426

Please sign in to comment.