Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ed holy c and trpc
  • Loading branch information
LelouchFR committed May 22, 2024
1 parent 0372bce commit ec5d0f5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `helix` | <img src="./assets/helix-dark.svg" width="48"> |
| `heroku` | <img src="./assets/heroku.svg" width="48"> |
| `hibernate` | <img src="./assets/hibernate-dark.svg" width="48"> |
| `hc` | <img src="./assets/holyc.svg" width="48"> |
| `html` | <img src="./assets/html.svg" width="48"> |
| `htmx` | <img src="./assets/htmx-dark.svg" width="48"> |
| `hydrogen` | <img src="./assets/hydrogen-dark.svg" width="48"> |
Expand Down Expand Up @@ -279,7 +280,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `nextjs` | <img src="./assets/nextjs-dark.svg" width="48"> |
| `nginx` | <img src="./assets/nginx.svg" width="48"> |
| `nim` | <img src="./assets/nim-dark.svg" width="48"> |
| `nix` | <img src="./assets/nix-dark.svg" width="48"> |
| `nix` | <img src="./assets/nixos-dark.svg" width="48"> |
| `nodejs` | <img src="./assets/nodejs-dark.svg" width="48"> |
| `notion` | <img src="./assets/notion-dark.svg" width="48"> |
| `npm` | <img src="./assets/npm-dark.svg" width="48"> |
Expand Down Expand Up @@ -393,6 +394,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `testinglibrary` | <img src="./assets/testinglibrary-dark.svg" width="48"> |
| `threejs` | <img src="./assets/threejs-dark.svg" width="48"> |
| `tor` | <img src="./assets/tor-dark.svg" width="48"> |
| `trpc` | <img src="./assets/trpc.svg" width="48"> |
| `twitter` | <img src="./assets/twitter.svg" width="48"> |
| `ts` | <img src="./assets/typescript.svg" width="48"> |
| `ubuntu` | <img src="./assets/ubuntu.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 @@ -87,6 +87,7 @@ var shortNames = map[string]string{
"asm": "assembly",
"pop": "popos",
"nix": "nixos",
"hc": "holyc",
}

var (
Expand Down
12 changes: 12 additions & 0 deletions assets/holyc.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: 4 additions & 0 deletions assets/trpc.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 ec5d0f5

Please sign in to comment.