fix: add missing data-open-panel attribute on home textes button
The button was not opening the navigation panel because it lacked the data-open-panel="text" attribute that the JS click handler requires. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d3b9220931
commit
3591af16e4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
class="oggle-btn toggle-btn--left"
|
||||
>éditorial</p>
|
||||
</a>
|
||||
<button class="plus open-nav" title="ouvrir la navigation">textes</button>
|
||||
<button class="plus open-nav" data-open-panel="text" title="ouvrir la navigation">textes</button>
|
||||
<?php endslot() ?>
|
||||
<?php endsnippet() ?>
|
||||
<div id="main-edito" id="main-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue