From 14ff02790c151b51512dc5538adb53e1031c663f Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Thu, 12 Sep 2024 19:45:15 +0200 Subject: [PATCH] Fix: note list header --- .../lib/notes_app_web/controllers/note_html/index.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elixir/notes_app/lib/notes_app_web/controllers/note_html/index.html.heex b/Elixir/notes_app/lib/notes_app_web/controllers/note_html/index.html.heex index 6b361a4..5401cb4 100644 --- a/Elixir/notes_app/lib/notes_app_web/controllers/note_html/index.html.heex +++ b/Elixir/notes_app/lib/notes_app_web/controllers/note_html/index.html.heex @@ -1,5 +1,5 @@ <.header> - Listing Notes + Your Notes <:actions> <.link href={~p"/notes/new"}> <.button>New Note