„lib/chiya_web/controllers/page_html/channel.html.heex“ ändern

This commit is contained in:
inhji 2023-07-07 13:48:41 +02:00
parent feee72b9d2
commit 1d13b9d494

View file

@ -1,8 +1,10 @@
<.header>
<section class="max-w-2xl mx-auto">
<.header>
<:title><%= @channel.name %></:title>
<:subtitle><%= @channel.content %></:subtitle>
</.header>
</.header>
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<.note_list notes={@channel.notes} layout={@channel.layout} />
</div>
</div>
</section>