removed edit note button

This commit is contained in:
Chirag Bhalotia 2023-06-24 22:44:32 +05:30
parent 80f42b01c1
commit 6fd6bbd982
No known key found for this signature in database
GPG Key ID: F7F1F1FBFFD40427
1 changed files with 0 additions and 9 deletions

View File

@ -34,15 +34,6 @@ function NotesList({ data, onDeleteNote }: NotesLitsProps) {
>
<Trash2 className="h-5 w-5" />
</Button>
<Button
variant="transparent"
size={'icon'}
aria-label="Edit Note"
title="Edit Note"
className="rounded-full hover:bg-black"
>
<Edit className="h-5 w-5 " />
</Button>
<Button
variant="transparent"
size={'icon'}