diff --git a/src/app/meeting-notes/page.tsx b/src/app/meeting-notes/page.tsx index f1bed35..0c3506f 100644 --- a/src/app/meeting-notes/page.tsx +++ b/src/app/meeting-notes/page.tsx @@ -12,10 +12,11 @@ export default function MeetingNotesPage() { { name: "Meeting Notes", id: "meeting-notes" }, { name: "People & Regions", id: "people-regions" }, ], + button: { text: "Sign In", href: "/login" } }; return ( - +