-
);
}
-function PageForm({cancelfn}: {cancelfn: ()=> void}) {
+function PageForm({ cancelfn }: { cancelfn: () => void }) {
return (
);
}
-function NoteForm({cancelfn}: {cancelfn: ()=> void}) {
+function NoteForm({ cancelfn }: { cancelfn: () => void }) {
return (
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
);
-}
\ No newline at end of file
+}
diff --git a/apps/web/app/(dash)/menu.tsx b/apps/web/app/(dash)/menu.tsx
index 89f17a11..dfd60b96 100644
--- a/apps/web/app/(dash)/menu.tsx
+++ b/apps/web/app/(dash)/menu.tsx
@@ -23,21 +23,24 @@ function Menu() {
];
return (
-
+
-
+
{menuItems.map((item) => (
+
+ {item.text}
+
-
+
{item.text}