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 %> - +