Skip to content

Commit

Permalink
Add keystatic icon (Fixes #139)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Jan 2, 2024
1 parent 5bd5cb6 commit 2f84779
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/icons/files/keystatic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@
"drizzle": { "iconPath": "./icons/files/drizzle.svg" },
"ocaml": { "iconPath": "./icons/files/ocaml.svg" },
"dune": { "iconPath": "./icons/files/dune.svg" },
"bun": { "iconPath": "./icons/files/bun.svg" }
"bun": { "iconPath": "./icons/files/bun.svg" },
"keystatic": { "iconPath": "./icons/files/keystatic.svg" }
},
"fileExtensions": {
"ml": "ocaml",
Expand Down Expand Up @@ -557,6 +558,8 @@
"nix": "nix"
},
"fileNames": {
"keystatic.page.ts": "keystatic",
"keystatic.config.ts": "keystatic",
"bun.lockb": "bun",
"bunfig.toml": "bun",
"dune": "dune",
Expand Down

0 comments on commit 2f84779

Please sign in to comment.