We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba8fef commit 0b46d24Copy full SHA for 0b46d24
app/templates/browser-support.hbs
@@ -36,6 +36,22 @@
36
</EsCard>
37
</ul>
38
39
+ <h2>LTS Support</h2>
40
+
41
+ <div class="layout my-3">
42
+ <div class="card lg:col-2 lg:start-3">
43
+ <div class="card__content">
44
+ <ul>
45
+ <li>Google Chrome</li>
46
+ <li>Mozilla Firefox</li>
47
+ <li>Microsoft Edge</li>
48
+ <li>Internet Explorer 11</li>
49
+ <li>Safari</li>
50
+ </ul>
51
+ </div>
52
53
54
55
<p>
56
Other browsers may work with Ember.js, but are not explicitly supported. If you
57
would like to add support for a new browser, please <a href="https://github.com/emberjs/rfcs">submit an RFC or RFC issue for discussion</a>!
0 commit comments