Add id to drop-down button

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
This commit is contained in:
Jack S. 2025-12-28 21:19:14 +00:00 committed by GitHub
parent c7d21e4d3b
commit 0e21e5f072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
<img src="/images/matrix-logo-white.svg" alt="Matrix logo">
</a>
<input id="site-header-dropdown-checkbox" type="checkbox" class="dropdown-checkbox" aria-hidden="true">
<label for="site-header-dropdown-checkbox" class="dropdown-button">&#xe602;</label>
<label for="site-header-dropdown-checkbox" id="dropdown-button" class="dropdown-button">&#xe602;</label>
<label for="site-header-dropdown-checkbox" class="page-overlay"></label>
<nav>
{% for link in navigation.header %}