diff --git a/k-notes-frontend/src/components/layout.tsx b/k-notes-frontend/src/components/layout.tsx index f856b36..45cac7e 100644 --- a/k-notes-frontend/src/components/layout.tsx +++ b/k-notes-frontend/src/components/layout.tsx @@ -34,7 +34,7 @@ export default function Layout() { -
+
diff --git a/k-notes-frontend/src/components/note-card.tsx b/k-notes-frontend/src/components/note-card.tsx index 12022b8..babc6a3 100644 --- a/k-notes-frontend/src/components/note-card.tsx +++ b/k-notes-frontend/src/components/note-card.tsx @@ -141,7 +141,7 @@ export function NoteCard({ note }: NoteCardProps) { ))}
-
+
diff --git a/k-notes-frontend/src/components/ui/sidebar.tsx b/k-notes-frontend/src/components/ui/sidebar.tsx index 30638ac..4a2113c 100644 --- a/k-notes-frontend/src/components/ui/sidebar.tsx +++ b/k-notes-frontend/src/components/ui/sidebar.tsx @@ -207,7 +207,7 @@ function Sidebar({ return (