forked from matrix/element-web
de-kegan the CompatibilityPage :(
This commit is contained in:
parent
52f259ccfa
commit
04fb8f9a81
|
@ -41,16 +41,19 @@ module.exports = React.createClass({
|
||||||
<div className="mx_CompatibilityPage_box">
|
<div className="mx_CompatibilityPage_box">
|
||||||
<p>Sorry, your browser is <b>not</b> able to run Vector.</p>
|
<p>Sorry, your browser is <b>not</b> able to run Vector.</p>
|
||||||
<p>
|
<p>
|
||||||
Buttons and images may appear out of place, communication may
|
Vector uses many advanced browser features, some of which are not
|
||||||
not be possible and all manner of chaos may be unleashed.
|
available or experimental in your current browser.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Please install <a href={"https://www.google.com/chrome"}>Chrome</a> for
|
Please install <a href="https://www.google.com/chrome">Chrome</a> for
|
||||||
the best experience.
|
the best experience. <a href="https://getfirefox.com">Firefox</a> and
|
||||||
|
<a href="http://apple.com/safari">Safari</a> work too.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Though if you like taking risks with your life, you can still try it
|
With your current browser, the look and feel of the application may
|
||||||
out by clicking that you understand the risks involved.
|
be completely incorrect, and some or all features may not function.
|
||||||
|
If you want to try it anyway you can continue, but you are on your own
|
||||||
|
in terms of any issues you may encounter!
|
||||||
</p>
|
</p>
|
||||||
<button onClick={this.onAccept}>
|
<button onClick={this.onAccept}>
|
||||||
I understand the risks and wish to continue
|
I understand the risks and wish to continue
|
||||||
|
|
Loading…
Reference in New Issue