Skip to content

Commit

Permalink
minor changes in dropdown titles
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Ibarluzea <seve700@gmail.com>
  • Loading branch information
mrudulpatil18 and seveibar authored Nov 8, 2024
1 parent e666303 commit bd910ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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

0 comments on commit bd910ee

Please sign in to comment.