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:
isUnknown 2026-03-21 16:52:48 +01:00
parent d3b9220931
commit 3591af16e4

View file

@ -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">