Skip to content

Commit

Permalink
Merge branch 'cmdk-improvements' of github.com:mrudulpatil18/snippets…
Browse files Browse the repository at this point in the history
… into cmdk-improvements
  • Loading branch information
mrudulpatil18 committed Nov 11, 2024
2 parents 69ba965 + b554b5e commit 9a242f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/CmdKMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ const CmdKMenu = () => {

const blankTemplates: Template[] = [
{ name: "New Circuit Board", type: "board" },
{ name: "Create New Circuit Module", type: "package" },
{ name: "Create New 3D Model", type: "model", disabled: true },
{ name: "Create New Footprint", type: "footprint", disabled: true },
{ name: "New Circuit Module", type: "package" },
{ name: "New 3D Model", type: "model", disabled: true },
{ name: "New Footprint", type: "footprint", disabled: true },
]

const templates: Template[] = [{ name: "Blinking LED Board", type: "board" }]
Expand Down Expand Up @@ -150,7 +150,7 @@ const CmdKMenu = () => {
</span>
)}
</div>
<span className="text-sm text-gray-500">snippet</span>
<span className="text-sm text-gray-500">snippet</span>
</Command.Item>
))}
</Command.Group>
Expand Down

0 comments on commit 9a242f7

Please sign in to comment.