From be181765066bd161fa08d80c5831c4b766ea3aec Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Tue, 24 Oct 2023 10:35:40 -0400
Subject: [PATCH] feat: update project count to a more accurate number

---
 layouts/shortcodes/pages/home/featured-stats.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/shortcodes/pages/home/featured-stats.html b/layouts/shortcodes/pages/home/featured-stats.html
index 8a833af..2990a9d 100644
--- a/layouts/shortcodes/pages/home/featured-stats.html
+++ b/layouts/shortcodes/pages/home/featured-stats.html
@@ -7,7 +7,7 @@
           <div class="col-sm-6 col-xs-12">
             <div class="featured-stats-item match-height-item-by-row">
               <a class="white" href="https://projects.eclipse.org/releases/2023-09">
-                <span class="featured-stats-number">64</span><br>
+                <span class="featured-stats-number">83</span><br>
                 <span class="featured-stats-title">Projects</span>
               </a>
             </div>
-- 
GitLab