This commit is contained in:
inhji 2023-03-31 13:13:38 +02:00
parent cfd17bf711
commit 943295c989

View file

@ -1,7 +1,7 @@
<header class="px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-end border-b border-theme-dim/50 py-3">
<div class="flex items-center gap-4">
<%= 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"