add cluster class to button
This commit is contained in:
parent
0bbd38bb8e
commit
e42039b977
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
<!-- see also: https://kittygiraudel.com/2022/09/30/templating-in-html/ -->
|
<!-- see also: https://kittygiraudel.com/2022/09/30/templating-in-html/ -->
|
||||||
|
|
||||||
<template id="burger-template">
|
<template id="burger-template">
|
||||||
<button type="button" aria-expanded="false" aria-controls="mainnav">
|
<button type="button" aria-expanded="false" aria-controls="mainnav" class="cluster">
|
||||||
<span>{{ meta.navigation.navLabel }}</span>
|
<span>{{ meta.navigation.navLabel }}</span>
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue