From 3eebba17c466a64683d52b1716d43a47cac83ded Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 10 Sep 2021 00:30:33 -0400 Subject: [PATCH] fixup! add invite model --- .../live/component/topbar.html.leex | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/lib/cannery_web/live/component/topbar.html.leex b/lib/cannery_web/live/component/topbar.html.leex index 7ea43f34..c2fed164 100644 --- a/lib/cannery_web/live/component/topbar.html.leex +++ b/lib/cannery_web/live/component/topbar.html.leex @@ -5,13 +5,13 @@ <%= link to: Routes.home_path(CanneryWeb.Endpoint, :index) do %>

Cannery

<% end %> - + <%= if @title_content do %> | <%= @title_content %> <% end %> - +