Skip to content

Commit 3f4ba49

Browse files
fixing brians image
1 parent ca9d28e commit 3f4ba49

File tree

1 file changed

+3
-2
lines changed
  • widgets/portfolio/src/components/Home

1 file changed

+3
-2
lines changed

widgets/portfolio/src/components/Home/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import moneyman from '../../images/holding-money.jpg';
88
import heartRobot from '../../images/happy.jpg';
99
import handyman from '../../images/under-construction.jpg';
1010
import superman from '../../images/superhero.jpg';
11+
import brian from '../../images/brian1.jpg';
1112

1213
import { Roll, Flip, Fade, Zoom, Bounce, Rubberband } from 'react-reveal';
1314

@@ -33,9 +34,9 @@ export class HomePage extends React.Component<HomePageProps, {}> {
3334
<div className="hero-container pt-5" id="">
3435

3536
<picture className="hero-img mb-5">
36-
<source media="..." srcSet={this.props.imgSrc} />
37+
<source media="..." srcSet={brian} />
3738
<Zoom top>
38-
<img className="rounded-circle border-white mb-3" src={this.props.imgSrc} alt="Brian Kilburn" width='255' />
39+
<img className="rounded-circle border-white mb-3" src={brian} alt="Brian Kilburn" width='255' />
3940
</Zoom>
4041
</picture>
4142

0 commit comments

Comments
 (0)