We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc39c24 commit 9260bebCopy full SHA for 9260beb
1 file changed
lib/gallium_web/live/backoffice/components/sidebar.ex
@@ -35,7 +35,6 @@ defmodule GalliumWeb.BackOffice.Components.Sidebar do
35
if(@sidebar_open, do: "translate-x-0", else: "-translate-x-full md:translate-x-0")
36
]}>
37
<div class="md:hidden px-4 py-3 border-b border-gray-200 flex items-center justify-between">
38
- <h2 class="font-bold font-amarante text-black"></h2>
39
<button
40
phx-click="toggle_sidebar"
41
class="hover:bg-gray-300 px-2 py-1 rounded-md"
0 commit comments