Skip to content

Commit

Permalink
change extension from shortcuts to names
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestTeluk committed Nov 29, 2024
1 parent 64f3125 commit 1b3de64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/consts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ export const packagesToThemes = {
};

export const fileTypes = [
{ color: blue, title: '.tsx', value: 'tsx' },
{ color: red, title: '.jsx', value: 'jsx' },
{ color: blue, title: 'Typescript', value: 'tsx' },
{ color: red, title: 'Javascript', value: 'jsx' },
];

0 comments on commit 1b3de64

Please sign in to comment.