From 46997c261d2370d7612b5cbf8ac5c3523b4b5242 Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 29 Mar 2023 16:10:53 +0200 Subject: [PATCH] add hover state for home items --- lib/chiya_web/controllers/page_html/home.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index 41d7a94..486b344 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -27,7 +27,7 @@ <%= if @channel do %>
<%= for note <- @channel.notes do %> - + <%= note.name %> <%= pretty_date(note.published_at) %>