Skip to content

Commit

Permalink
icon for panda config (Fixes #144)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Jan 3, 2024
1 parent 9de5587 commit e449698
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/files/panda.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@
"bun": { "iconPath": "./icons/files/bun.svg" },
"keystatic": { "iconPath": "./icons/files/keystatic.svg" },
"markdoc": { "iconPath": "./icons/files/markdoc.svg" },
"sanity": { "iconPath": "./icons/files/sanity.svg" }
"sanity": { "iconPath": "./icons/files/sanity.svg" },
"panda": { "iconPath": "./icons/files/panda.svg" }
},
"fileExtensions": {
"mdoc": "markdoc",
Expand Down Expand Up @@ -561,6 +562,7 @@
"nix": "nix"
},
"fileNames": {
"panda.config.ts": "panda",
"sanity.cli.ts": "sanity",
"sanity.config.ts": "sanity",
"sanity.theme.mjs": "sanity",
Expand Down

0 comments on commit e449698

Please sign in to comment.