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

Commit

Permalink
Change RBC url
Browse files Browse the repository at this point in the history
rbc.com doesn't redirect properly all the time.
  • Loading branch information
walsker committed Nov 11, 2019
1 parent d4ad071 commit decbe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Sponsors() {
<div id={styles.sponsorBkg}>
<h2>Sponsors</h2>
<div className={styles.logoSection}>
{sponsorLogo(styles.rbc, 'https://rbc.com', Rbc)}
{sponsorLogo(styles.rbc, 'https://www.rbcroyalbank.com', Rbc)}
</div>
<div className={styles.logoSection}>
{sponsorLogo(styles.ciena, 'https://www.ciena.ca', Ciena)}
Expand Down

0 comments on commit decbe17

Please sign in to comment.