From a549098c5c271f45dc9054766b1645e32c142a76 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Sun, 12 Mar 2023 12:57:33 +0100 Subject: [PATCH] Aria Label Update --- src/components/noteList.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/noteList.tsx b/src/components/noteList.tsx index 867abbe..d829e7f 100644 --- a/src/components/noteList.tsx +++ b/src/components/noteList.tsx @@ -72,7 +72,7 @@ export default function NoteListComponent(params: NoteListComponentParams) {
{ let newFileModal = new CreateNoteModal(plugin, new Date()); newFileModal.open(); @@ -84,7 +84,7 @@ export default function NoteListComponent(params: NoteListComponentParams) {
setActiveStartDate(selectedDay)}> {dayjs(selectedDay).format('DD MMM YYYY')}
@@ -94,7 +94,7 @@ export default function NoteListComponent(params: NoteListComponentParams) {
{ setActiveStartDate(new Date()); setSelectedDay(new Date());