Skip to content

Commit cd937ec

Browse files
committed
[feat] add redux-icon
- add redux icon
1 parent 3b5b7dd commit cd937ec

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed

src/pages/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const techsSrc: string[] = [
2121
'graphql-icon.svg',
2222
'swift-icon.svg',
2323
'react-icon.svg',
24+
'redux-icon.svg',
2425
'gatsby-icon.svg',
2526
'webpack-icon.svg',
2627
'eslint-icon.svg',
@@ -29,6 +30,9 @@ const techsSrc: string[] = [
2930
'docker-icon.svg',
3031
'kubernetes-icon.svg',
3132
'raspberrypi-icon.svg',
33+
'',
34+
'',
35+
'',
3236
];
3337

3438
const initTechs = (): TechType[] => {

static/redux-icon.svg

Lines changed: 39 additions & 0 deletions
Loading

techs/redux-icon.svg

Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)