From b86667da98919852096b7f30f46e8dba84e5d851 Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 18 Feb 2022 17:43:33 -0500 Subject: [PATCH] fix container style being applied --- lib/cannery_web/templates/layout/app.html.heex | 2 +- lib/cannery_web/templates/layout/live.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cannery_web/templates/layout/app.html.heex b/lib/cannery_web/templates/layout/app.html.heex index 4f498cbc..b02f2323 100644 --- a/lib/cannery_web/templates/layout/app.html.heex +++ b/lib/cannery_web/templates/layout/app.html.heex @@ -1,4 +1,4 @@ -
+
<.topbar current_user={assigns[:current_user]}> diff --git a/lib/cannery_web/templates/layout/live.html.heex b/lib/cannery_web/templates/layout/live.html.heex index 68c6dfef..6cd344f4 100644 --- a/lib/cannery_web/templates/layout/live.html.heex +++ b/lib/cannery_web/templates/layout/live.html.heex @@ -1,4 +1,4 @@ -
+
<.topbar current_user={assigns[:current_user]}>