From d69c530d9107a2526c7a82e923e085ab00a48452 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 3 Oct 2023 21:11:10 -0400 Subject: [PATCH] improvement: replace search bar w/ CTA for alembic --- lib/ash_hq_web/components/app_view/top_bar.ex | 2 +- lib/ash_hq_web/pages/home.ex | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/ash_hq_web/components/app_view/top_bar.ex b/lib/ash_hq_web/components/app_view/top_bar.ex index 7ea0828e..f3757c88 100644 --- a/lib/ash_hq_web/components/app_view/top_bar.ex +++ b/lib/ash_hq_web/components/app_view/top_bar.ex @@ -30,7 +30,7 @@ defmodule AshHqWeb.Components.AppView.TopBar do - {#if @live_action == :docs_dsl} + {#if @live_action in [:docs_dsl, :home]}