Skip to content

Commit

Permalink
add page to command palette
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Mar 1, 2024
1 parent ebc656e commit c82f4fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rhombus/static/command-palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
name: "Sign In",
action: () => navigate("/signin"),
},
{
category: "Pages",
name: "Secret",
action: () => (window.location = "/secret"),
},
{
category: "Utilities",
name: "Log Hello",
Expand Down

0 comments on commit c82f4fd

Please sign in to comment.