From 54d6de519aed8ac7e5dd00814472f7d15fd44442 Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 28 Jun 2023 16:22:34 +0200 Subject: [PATCH] fix 2xl layout --- lib/chiya_web/controllers/page_html/home.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index 00241d7..4965489 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -31,7 +31,7 @@ <%= if @channel do %> -
+
<.note_list notes={@channel.notes} layout={@channel.layout} />
<% end %>