diff --git a/bun.lockb b/bun.lockb index 238df2d..e1d7228 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/recent-notes.tsx b/components/recent-notes.tsx index b3be0df..a816191 100644 --- a/components/recent-notes.tsx +++ b/components/recent-notes.tsx @@ -4,8 +4,9 @@ import NotesInfo from '../public/notes.json'; function RecentNotes() { const notes = Object.entries(NotesInfo).reverse(); return ( -