diff --git a/lib/chiya_web/components/layouts/public.html.heex b/lib/chiya_web/components/layouts/public.html.heex index cb2fa6b..45e71f3 100644 --- a/lib/chiya_web/components/layouts/public.html.heex +++ b/lib/chiya_web/components/layouts/public.html.heex @@ -1,7 +1,7 @@
- <%= for channel <- @channels %> + <%= for channel <- @channels do %> <.link href={~p"/#{channel.slug}"} class="text-xs font-semibold leading-6 text-theme-base hover:text-theme-base/75"