Skip to content

Commit

Permalink
Add Arc Fintech
Browse files Browse the repository at this point in the history
  • Loading branch information
quuu committed Dec 20, 2023
1 parent 0441d9a commit 6823001
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,15 @@ export const svgs: iSVG[] = [
},
url: 'https://arc.dev'
},
{
title: 'Arc',
category: 'Fintech',
route: {
light: '/library/arc_fintech_light.svg',
dark: '/library/arc_fintech_dark.svg'
},
url: 'https://arc.tech'
},
{
title: 'Qwik',
category: 'Framework',
Expand Down
3 changes: 2 additions & 1 deletion src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export type tCategory =
| 'Design'
| 'Typing'
| 'Community'
| 'Marketplace';
| 'Marketplace'
| 'Fintech';
1 change: 1 addition & 0 deletions static/library/arc_fintech_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/arc_fintech_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 6823001

Please sign in to comment.