From cfd17bf711fa9733329f8e623b2bf0e19e725150 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 31 Mar 2023 13:08:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/components/layouts/pub?= =?UTF-8?q?lic.html.heex=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chiya_web/components/layouts/public.html.heex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/chiya_web/components/layouts/public.html.heex b/lib/chiya_web/components/layouts/public.html.heex index 584b614..cb2fa6b 100644 --- a/lib/chiya_web/components/layouts/public.html.heex +++ b/lib/chiya_web/components/layouts/public.html.heex @@ -1,12 +1,14 @@
+ <%= for channel <- @channels %> <.link - href={~p"/n/about"} + href={~p"/#{channel.slug}"} class="text-xs font-semibold leading-6 text-theme-base hover:text-theme-base/75" > - About + <%= channel.name %> + <% end %>