Update index.tsx

This commit is contained in:
Stefan Pejcic
2024-10-15 13:05:27 +02:00
committed by GitHub
parent 39a6a523d5
commit 806312641e

View File

@@ -45,7 +45,6 @@ const Roadmap: React.FC = () => {
<h1>Roadmap</h1>
<p>Below is a glimpse of the features planned for OpenPanel.</p>
<p>We share this roadmap to give our users a clear view of our future direction and to encourage feedback on which features resonate the most (or least).</p>
<p>You can <a href="https://roadmap.openpanel.com/" target="_blank">suggest new features</a>.</p>
<ul>
<li>Further enhancements to cluster mode and OpenAdmin.</li>
<li>A complete email management UI.</li>
@@ -57,6 +56,7 @@ const Roadmap: React.FC = () => {
<li>Support for additional Linux distributions.</li>
<li>Ongoing improvements in container isolation.</li>
</ul>
<p>You can <a href="https://roadmap.openpanel.com/" target="_blank">suggest new features</a>.</p>
<h3>Planned releases</h3>
<ul>
{milestones.map((milestone) => (