Skip to content

Commit

Permalink
update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dcgleason committed Dec 31, 2022
1 parent 1443ff0 commit 459c1af
Show file tree
Hide file tree
Showing 6 changed files with 905 additions and 1,569 deletions.
2 changes: 1 addition & 1 deletion components/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Home() {
} else if (query.indexOf("calender-month-view") !== -1) {
return "calender-month-view";
}
return "events";
return "dashboard";
};
return (
<>
Expand Down
Loading

0 comments on commit 459c1af

Please sign in to comment.