Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Fix sponsor URLs
Browse files Browse the repository at this point in the history
Some URLs that I used lead to insecure addresses before being redirected
to the real thing. I've replaced the offending links with what they should
be.
  • Loading branch information
walsker committed Nov 7, 2019
1 parent f0561c7 commit d4ad071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cuhacking-website",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"homepage": "https://cuhacking.com",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions src/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ function Sponsors() {
{sponsorLogo(styles.rbc, 'https://rbc.com', Rbc)}
</div>
<div className={styles.logoSection}>
{sponsorLogo(styles.ciena, 'https://ciena.ca', Ciena)}
{sponsorLogo(styles.ciena, 'https://www.ciena.ca', Ciena)}
{sponsorLogo(styles.fullscript, 'https://fullscript.com', Fullscript)}
</div>
<div className={styles.logoSection}>
{sponsorLogo(styles.lighthouseLabs, 'https://lighthouselabs.ca', LighthouseLabs)}
{sponsorLogo(styles.lighthouseLabs, 'https://www.lighthouselabs.ca', LighthouseLabs)}
{sponsorLogo(styles.marchNetworks, 'https://marchnetworks.com', MarchNetworks)}
</div>
<div className={styles.logoSection}>
Expand All @@ -72,7 +72,7 @@ function Sponsors() {
</div>
<div className={styles.logoSection}>
{sponsorLogo(styles.onePassword, 'https://1password.com', OnePassword)}
{sponsorLogo(styles.ea, 'https://ea.com', Ea)}
{sponsorLogo(styles.ea, 'https://www.ea.com', Ea)}
{sponsorLogo(styles.wolfram, 'https://wolfram.com', Wolfram)}
</div>
<h2>Partners</h2>
Expand Down

0 comments on commit d4ad071

Please sign in to comment.