Skip to content

Commit

Permalink
feat: introduce icon folder for changesets (#1603)
Browse files Browse the repository at this point in the history
* feat: introduce icon folder for changesets

* Update src/icons/folderIcons.ts

Co-authored-by: Maikel <maikel.van.dort@gmail.com>

* Update folder icons

Co-authored-by: Maikel <maikel.van.dort@gmail.com>
Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
3 people committed Dec 10, 2022
1 parent 54b16c3 commit be7fd03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions icons/folder-changesets-open.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/folder-changesets.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Expand Up @@ -586,6 +586,7 @@ export const folderIcons: FolderTheme[] = [
},
{ name: 'folder-mappings', folderNames: ['mappings', 'mapping'] },
{ name: 'folder-meta', folderNames: ['meta'] },
{ name: 'folder-changesets', folderNames: ['.changesets', '.changeset'] },
{
name: 'folder-packages',
folderNames: ['package', 'packages', 'pkg', 'pkgs'],
Expand Down

0 comments on commit be7fd03

Please sign in to comment.