fix image protocol
This commit is contained in:
@@ -287,7 +287,7 @@ export class JobTotal extends PureComponent {
|
||||
<img
|
||||
alt='An array of credit cards'
|
||||
border='0'
|
||||
src='http://i.imgur.com/Q2SdSZG.png'
|
||||
src='//i.imgur.com/Q2SdSZG.png'
|
||||
style={{
|
||||
width: '100%'
|
||||
}} />
|
||||
|
@@ -115,7 +115,7 @@ export class Jobs extends PureComponent {
|
||||
engineer through Free Code Camp
|
||||
`}
|
||||
className='img-responsive testimonial-image-jobs img-center'
|
||||
src='http://i.imgur.com/tGcAA8H.jpg' />
|
||||
src='//i.imgur.com/tGcAA8H.jpg' />
|
||||
</Col>
|
||||
<Col
|
||||
md={ 10 }
|
||||
|
Reference in New Issue
Block a user