[Bugfix] removed layout flash for config dropdown

This commit is contained in:
Kieran Eglin 2024-05-22 14:45:44 -07:00
parent 5af22d3a2f
commit 1cbc62dc27
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -68,7 +68,7 @@ defmodule PinchflatWeb.Layouts do
</span>
</span>
<ul x-bind:class="selected ? 'block' :'hidden'">
<ul x-cloak x-show="selected">
<li :for={menu <- @submenu} class="text-bodydark2">
<.sidebar_link icon={menu[:icon]} text={menu[:text]} href={menu[:href]} target={menu[:target]} class="pl-10" />
</li>