Skip to content

Commit

Permalink
πŸ› fix(web): correct cmd palette placeholder text
Browse files Browse the repository at this point in the history
'view code' doesn't match the 'Code' link, so removing the 'view' to avoid user confusion.
  • Loading branch information
tyler-dane committed Sep 7, 2024
1 parent d67940b commit 404263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/views/CmdPalette/CmdPalette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const CmdPalette = ({
search={search}
isOpen={open}
page={page}
placeholder="Try: 'create', 'bug', or 'view code'"
placeholder="Try: 'create', 'bug', or 'code'"
>
<CommandPalette.Page id="root">
{filteredItems.length ? (
Expand Down

0 comments on commit 404263f

Please sign in to comment.