Skip to content

Commit

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

0 comments on commit 9de5587

Please sign in to comment.