Skip to content

Commit

Permalink
Merge pull request #66 from comicrelief/65_use_ssl
Browse files Browse the repository at this point in the history
#65 - use SSL
  • Loading branch information
NoelLH authored Oct 18, 2017
2 parents 2a470b5 + 13b5ca0 commit 7284779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class Footer extends Component {
<p style={styles.p}>{this.copy}</p>
</div>
<div style={styles.footer__branding}>
<a title="Comic Relief" href="http://www.comicrelief.com/" rel="noopener noreferrer" target="_blank">
<img src="http://www.comicrelief.com/themes/custom/comicrelief/logo.svg" alt="Comic Relief logo" />
<a title="Comic Relief" href="https://www.comicrelief.com/" rel="noopener noreferrer" target="_blank">
<img src="https://www.comicrelief.com/themes/custom/comicrelief/logo.svg" alt="Comic Relief logo" />
</a>
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions src/components/SocialLink/SocialLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ class SocialLink extends Component {
const socialLinks = [{
network: 'facebook',
name: 'fb',
url: `http://www.facebook.com/${campaign === 'rednoseday' ? `official${campaign}`: campaign}`,
url: `https://www.facebook.com/${campaign === 'rednoseday' ? `official${campaign}`: campaign}`,
}, {
network: 'twitter',
name: 'twitter',
url: `http://twitter.com/${campaign}`,
url: `https://twitter.com/${campaign}`,
}, {
network: 'youtube',
name: 'youtube',
Expand Down

0 comments on commit 7284779

Please sign in to comment.