Skip to content

Commit abb013e

Browse files
committed
[feat] add webpack-icon
- add webpack icon
1 parent 8259153 commit abb013e

File tree

4 files changed

+77
-2
lines changed

4 files changed

+77
-2
lines changed

src/components/ui/SettingInterval/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import * as Style from './style';
33
import Question from '../Icon/Question';
4-
import { Header, ToolTip } from './style';
54

65
interface SettingIntervalProps {
76
interval: string;

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ const techsSrc: string[] = [
2222
'swift-icon.svg',
2323
'react-icon.svg',
2424
'gatsby-icon.svg',
25+
'webpack-icon.svg',
2526
'github-icon.svg',
2627
'docker-icon.svg',
2728
'kubernetes-icon.svg',
2829
'raspberrypi-icon.svg',
2930
'map-icon.svg',
3031
'',
31-
'',
3232
];
3333

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

static/webpack-icon.svg

Lines changed: 38 additions & 0 deletions
Loading

techs/webpack-icon.svg

Lines changed: 38 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)