Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45ab180d authored by Manoj Nair's avatar Manoj Nair
Browse files

Resolve "Add link to legacy device warning"

parent acc4ff7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
              {% if device.legacy == "yes" %}
                 <span class="badge badge-pill badge-secondary">legacy</span>
                 <div class="h6">
                   {% include alerts/warning.html content="Devices marked as legacy will no longer receive any updates from the /e/OS team. In the future, some devices may still get updates with support from the community. More information about community support is available at https://doc.e.foundation/rom-maintainer" %}
                   {% include alerts/warning.html content="Devices marked as legacy will no longer receive any updates from the /e/OS team. In the future, some devices may still get updates with support from the community. More information about community support is available in this guide for [ROM Maintainers](https://doc.e.foundation/rom-maintainer)" %}
                 </div>
              {% endif %}
            </div>