Skip to content

Commit

Permalink
update to https notification link
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Sep 18, 2018
1 parent 2b6cd31 commit 72f218a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Navbar extends Component {
<div className="notification">
<p className="notification-text">
<FormattedMessage id="CrypkoNotification"
values={{here: <a href="http://crypko.ai/" target="_blank" rel="noopener noreferrer" ><FormattedMessage id="ClickHere" /></a>}}
values={{here: <a href="https://crypko.ai/" target="_blank" rel="noopener noreferrer" ><FormattedMessage id="ClickHere" /></a>}}
/>
</p>
</div>
Expand Down

0 comments on commit 72f218a

Please sign in to comment.