From 6d100059d61a9566802e2bacfc0d2bda587cb8cc Mon Sep 17 00:00:00 2001 From: Inhji Date: Fri, 7 Jul 2023 07:25:58 +0200 Subject: [PATCH] fix note header class --- lib/chiya_web/controllers/page_html/note.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index ace5c9e..20f5472 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -1,5 +1,5 @@
- <.header titleclass="p-name"> + <.header class_title="p-name"> <:title><%= @note.name %>