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