Skip to content

Commit

Permalink
add LTS support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Nov 20, 2023
1 parent 2ba8fef commit 0b46d24
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/templates/browser-support.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@
</EsCard>
</ul>

<h2>LTS Support</h2>

<div class="layout my-3">
<div class="card lg:col-2 lg:start-3">
<div class="card__content">
<ul>
<li>Google Chrome</li>
<li>Mozilla Firefox</li>
<li>Microsoft Edge</li>
<li>Internet Explorer 11</li>
<li>Safari</li>
</ul>
</div>
</div>
</div>

<p>
Other browsers may work with Ember.js, but are not explicitly supported. If you
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>!
Expand Down

0 comments on commit 0b46d24

Please sign in to comment.