Skip to content

Commit

Permalink
Merge pull request #44 from MrTban/main
Browse files Browse the repository at this point in the history
Add Redux
  • Loading branch information
pheralb committed Apr 21, 2023
2 parents 3706c43 + 6733c6e commit 1ffe902
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1205,4 +1205,11 @@ export const svgs: iSVG[] = [
route: '/library/electron.svg',
url: 'https://www.electronjs.org'
},
{
id: 173,
title: 'Redux',
category: 'Library',
route: '/library/redux.svg',
url: 'https://redux.js.org/'
}
];
2 changes: 2 additions & 0 deletions static/library/redux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 1ffe902

@vercel
Copy link

@vercel vercel bot commented on 1ffe902 Apr 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl-pheralb.vercel.app
svgl-git-main-pheralb.vercel.app
svgl.vercel.app

Please sign in to comment.