mirror of https://github.com/vector-im/riot-web
Improve links to firefox and safari
parent
caabf078ad
commit
e70ac5330e
|
@ -53,8 +53,8 @@ module.exports = React.createClass({
|
||||||
{},
|
{},
|
||||||
{
|
{
|
||||||
'chromeLink': (sub) => <a href="https://www.google.com/chrome">{sub}</a>,
|
'chromeLink': (sub) => <a href="https://www.google.com/chrome">{sub}</a>,
|
||||||
'firefoxLink': (sub) => <a href="https://getfirefox.com">{sub}</a>,
|
'firefoxLink': (sub) => <a href="https://firefox.com">{sub}</a>,
|
||||||
'safariLink': (sub) => <a href="http://apple.com/safari">{sub}</a>,
|
'safariLink': (sub) => <a href="https://apple.com/safari">{sub}</a>,
|
||||||
},
|
},
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue