Merge pull request #1774 from steveworley/fix/ux-hamburger-extra-menu-options

Fix: Change + icon to hamburger.
This commit is contained in:
Andras Bacsai 2024-02-23 10:18:38 +01:00 committed by GitHub
commit ce09ef8848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,9 +44,8 @@ class="{{ request()->is('project/*') || request()->is('projects') ? 'text-warnin
<div>
<button x-on:click.prevent="open = !open" x-on:click.away="open = false" type="button"
class="py-4 mx-4" id="menu-button" aria-expanded="true" aria-haspopup="true">
<svg class="icon" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor"
d="M224 128a8 8 0 0 1-8 8h-80v80a8 8 0 0 1-16 0v-80H40a8 8 0 0 1 0-16h80V40a8 8 0 0 1 16 0v80h80a8 8 0 0 1 8 8" />
<svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor" d="M2 6h20v2H2zm0 5h20v2H2zm0 5h20v2H2z"></path>
</svg>
</button>
</div>