Skip to content

Commit

Permalink
Merge branch 'main' into julia-language
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb authored Dec 18, 2023
2 parents e7f6305 + 7c62922 commit 7da25d7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1885,4 +1885,10 @@ export const svgs: iSVG[] = [
route: '/library/julia.svg',
url: 'https://julialang.org/'
},
{
title: 'SWC',
category: 'Compiler',
route: '/library/swc.svg',
url: 'https://swc.rs/'
}
];
2 changes: 1 addition & 1 deletion src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export type tCategory =
| 'Education'
| 'Design'
| 'Typing'
| 'Community';
| 'Community'
| 'Marketplace';
28 changes: 28 additions & 0 deletions static/library/swc.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 7da25d7

Please sign in to comment.