From 4dce597375fc0b225652814ca0c4ba3e5e623eef Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 10 Sep 2021 21:42:05 -0400 Subject: [PATCH] hide topbar search --- lib/cannery_web/live/component/topbar.ex | 1 - lib/cannery_web/live/component/topbar.html.leex | 12 +++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/cannery_web/live/component/topbar.ex b/lib/cannery_web/live/component/topbar.ex index 3239451e..d9823824 100644 --- a/lib/cannery_web/live/component/topbar.ex +++ b/lib/cannery_web/live/component/topbar.ex @@ -2,7 +2,6 @@ defmodule CanneryWeb.Live.Component.Topbar do use CanneryWeb, :live_component alias Cannery.{Accounts} - alias CanneryWeb.{HomeLive} def mount(socket) do {:ok, socket |> assign(results: [], title_content: nil)} diff --git a/lib/cannery_web/live/component/topbar.html.leex b/lib/cannery_web/live/component/topbar.html.leex index c2fed164..57fad13e 100644 --- a/lib/cannery_web/live/component/topbar.html.leex +++ b/lib/cannery_web/live/component/topbar.html.leex @@ -13,7 +13,7 @@