Skip to content

Commit 0b46d24

Browse files
committed
add LTS support
1 parent 2ba8fef commit 0b46d24

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

app/templates/browser-support.hbs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@
3636
</EsCard>
3737
</ul>
3838

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+
</div>
53+
</div>
54+
3955
<p>
4056
Other browsers may work with Ember.js, but are not explicitly supported. If you
4157
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

Comments
 (0)