Skip to content

Commit

Permalink
chore(temp): hide manage event btn
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Dec 18, 2024
1 parent 859a414 commit db91dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Link from "next/link";
import { ToggleTheme } from "./toggle-theme";
import ManageEventDialog from "./manage-event-dialog";
// import ManageEventDialog from "./manage-event-dialog";

export function Navbar() {
return (
Expand All @@ -17,7 +17,7 @@ export function Navbar() {
</div>
<div className="space-x-2">
<ToggleTheme />
<ManageEventDialog />
{/** <ManageEventDialog /> **/}
</div>
</div>
);
Expand Down

0 comments on commit db91dbb

Please sign in to comment.