tagliatelle

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit fcba3281bc2cde5a1d115ddbdc41cf85e535f40c
parent e43f384bb4aabaa636ee1bbc7e8737363ad8783c
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Fri,  6 Mar 2026 23:32:32 +0000

No need for a label on this field

Diffstat:
Mtemplates/notes.html | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/templates/notes.html b/templates/notes.html @@ -2,8 +2,7 @@ <div class="toolbar"> <div class="toolbar-group"> - <label>Search:</label> - <input type="text" class="search-box" id="search-input" placeholder="Search notes..."> + <input type="text" class="search-box" id="search-input" placeholder="Filter notes..."> </div> <div class="toolbar-group"> <label>Filter by Category:</label>