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