Skip to content

Commit 9260beb

Browse files
committed
Update lib/gallium_web/live/backoffice/components/sidebar.ex
1 parent bc39c24 commit 9260beb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/gallium_web/live/backoffice/components

lib/gallium_web/live/backoffice/components/sidebar.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ defmodule GalliumWeb.BackOffice.Components.Sidebar do
3535
if(@sidebar_open, do: "translate-x-0", else: "-translate-x-full md:translate-x-0")
3636
]}>
3737
<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>
3938
<button
4039
phx-click="toggle_sidebar"
4140
class="hover:bg-gray-300 px-2 py-1 rounded-md"

0 commit comments

Comments
 (0)