Improve links to firefox and safari

pull/21833/head
Travis Ralston 2019-03-15 11:39:10 -06:00
parent caabf078ad
commit e70ac5330e
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ module.exports = React.createClass({
{},
{
'chromeLink': (sub) => <a href="https://www.google.com/chrome">{sub}</a>,
'firefoxLink': (sub) => <a href="https://getfirefox.com">{sub}</a>,
'safariLink': (sub) => <a href="http://apple.com/safari">{sub}</a>,
'firefoxLink': (sub) => <a href="https://firefox.com">{sub}</a>,
'safariLink': (sub) => <a href="https://apple.com/safari">{sub}</a>,
},
)}
</p>