Skip to content

Commit 744c3c3

Browse files
author
Ishan Kaul
committed
Bugfix: Fix Date for Pulse Secure & Remove unused imports in technology component
1 parent 562a669 commit 744c3c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CustomComponents/technology.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, {Component} from 'react';
22
import {
33
Avatar,
4-
Chip, Typography,
4+
Chip,
55
} from "@material-ui/core";
66
import {withStyles} from "@material-ui/core/es/styles";
77
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";

src/Tabs/experience.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class Experience extends Component {
112112
Staff Software Engineer
113113
</Typography>
114114
<Typography variant="subtitle1" color="textSecondary">
115-
Aug 2013 - Present
115+
Oct 2014 - Present
116116
</Typography>
117117
</CardContent>
118118

0 commit comments

Comments
 (0)