diff mrjunejune/src/notes/index.html @ 204:e5aed6c36672

[Notes] Added icons and updated styling a bit. Probalby usable now.
author MrJuneJune <me@mrjunejune.com>
date Sun, 15 Feb 2026 11:02:13 -0800
parents b9b184b3303c
children 60918f88070e
line wrap: on
line diff
--- a/mrjunejune/src/notes/index.html	Sun Feb 15 09:13:09 2026 -0800
+++ b/mrjunejune/src/notes/index.html	Sun Feb 15 11:02:13 2026 -0800
@@ -133,8 +133,7 @@
         <span class="note-id-display" id="note-id-display">index</span>
       </h1>
       <div class="notes-actions">
-        <button onclick="showNewNoteDialog()" class="btn-primary">+ New Note</button>
-        <a href="/notes/" id="home-link">Home</a>
+        <button onclick="goHome()"> Home </button>
         <button onclick="logout()" class="btn-danger">Logout</button>
       </div>
     </div>