Skip to content

Commit

Permalink
added yaml icon (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
LelouchFR authored May 22, 2024
1 parent ec5d0f5 commit 05bcec1
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `workers` | <img src="./assets/workers-dark.svg" width="48"> |
| `xcode` | <img src="./assets/xcode-dark.svg" width="48"> |
| `xd` | <img src="./assets/xd.svg" width="48"> |
| `yaml` | <img src="./assets/yaml-dark.svg" width="48"> |
| `yammer` | <img src="./assets/yammer-dark.svg" width="48"> |
| `yarn` | <img src="./assets/yarn-dark.svg" width="48"> |
| `yew` | <img src="./assets/yew-dark.svg" width="48"> |
Expand Down
1 change: 1 addition & 0 deletions api/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ var shortNames = map[string]string{
"pop": "popos",
"nix": "nixos",
"hc": "holyc",
"yml": "yaml",
}

var (
Expand Down
14 changes: 14 additions & 0 deletions assets/yaml-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/yaml-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05bcec1

Please sign in to comment.